Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of an IDTSExternalMetadataColumn100 assigned to an output column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property ExternalMetadataColumnID As Integer
Get
Set
'Usage
Dim instance As IDTSOutputColumn100
Dim value As Integer
value = instance.ExternalMetadataColumnID
instance.ExternalMetadataColumnID = value
int ExternalMetadataColumnID { get; set; }
property int ExternalMetadataColumnID {
int get ();
void set (int value);
}
abstract ExternalMetadataColumnID : int with get, set
function get ExternalMetadataColumnID () : int
function set ExternalMetadataColumnID (value : int)
Property Value
Type: System.Int32
The ID of the IDTSExternalMetadataColumn100 object assigned to this column.
Remarks
This property identifies the column in the IDTSExternalMetadataColumnCollection100 that is linked to the output column.