IDTSOutputColumn100.ExternalMetadataColumnID Property

Definition

Gets or sets the ID of an IDTSExternalMetadataColumn100 assigned to an output column.

public:
 property int ExternalMetadataColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(118)]
public int ExternalMetadataColumnID { [System.Runtime.InteropServices.DispId(118)] get; [System.Runtime.InteropServices.DispId(118)] set; }
[<System.Runtime.InteropServices.DispId(118)>]
[<get: System.Runtime.InteropServices.DispId(118)>]
[<set: System.Runtime.InteropServices.DispId(118)>]
member this.ExternalMetadataColumnID : int with get, set
Public Property ExternalMetadataColumnID As Integer

Property Value

The ID of the IDTSExternalMetadataColumn100 object assigned to this column.

Attributes

Remarks

This property identifies the column in the IDTSExternalMetadataColumnCollection100 that is linked to the output column.

Applies to