Tableau Connector for Microsoft Project

Build 25.0.9539

GetDeepInsertableColumns

Retrieves the insertable columns that can be specified during deep inserts when the InsertMode is 'ADD' for the specified table (and LinkedColumn).

Procedure-Specific Information

For example:
EXECUTE GetDeepInsertableColumns TableName = 'EnterpriseProjectTypes';

Input

Name Type Description
TableName String Name of the table for which the deep insertable columns are being retrieved.
LinkedColumnName String Name of the linked column referencing the related table.

Result Set Columns

Name Type Description
LinkedColumnName String Name of the linked column referencing the related table.
DeepInsertColumnName String The name of the column that can be inserted into the temp table during deep inserts.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539