Reference

Endpoint Get Table Columns


Name

get_table_columns

Description

Get table list and its properties for Graph API

Parameters

Parameter Required Options
Name: Filter

Label: Table Name

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
EntityName DT_WSTR nvarchar(500) 500
BaseType DT_WSTR nvarchar(500) 500
Name DT_WSTR nvarchar(500) 500
Type DT_WSTR nvarchar(500) 500
Nullable DT_BOOL bit
If the column you are looking for is missing, consider customizing Outlook Mail (Office 365) Connector.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use Outlook Mail (Office 365) Connector in API Source or in API Destination SSIS Data Flow components to read or write data.

API Source

API Source - Outlook Mail (Office 365)
Outlook Mail Connector (Office 365) can be used to integrate Office 365 Outlook Mail API in your App / BI Tools. You can download attachment, read / search Emails, Users, MailFolders, Send email and more.
Outlook Mail (Office 365)
Get Table Columns
Optional Parameters
Table Name
SSIS API Source - Read from table or endpoint

API Destination

API Destination - Outlook Mail (Office 365)
Outlook Mail Connector (Office 365) can be used to integrate Office 365 Outlook Mail API in your App / BI Tools. You can download attachment, read / search Emails, Users, MailFolders, Send email and more.
Outlook Mail (Office 365)
Get Table Columns
Optional Parameters
Table Name
SSIS API Destination - Access table or endpoint

ODBC application

Use these SQL queries in your ODBC application data source:

Get table columns

SELECT * FROM get_table_columns

SQL Server

Use these SQL queries in SQL Server after you create a data source in Data Gateway:

Get table columns

DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM get_table_columns';

EXEC (@MyQuery) AT [LS_TO_OUTLOOK_MAIL_OFFICE_365_IN_GATEWAY];