IDTSInputColumn100.ExternalMetadataColumnID Property

Definition

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

public:
 property int ExternalMetadataColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(132)]
public int ExternalMetadataColumnID { [System.Runtime.InteropServices.DispId(132)] get; [System.Runtime.InteropServices.DispId(132)] set; }
[<System.Runtime.InteropServices.DispId(132)>]
[<get: System.Runtime.InteropServices.DispId(132)>]
[<set: System.Runtime.InteropServices.DispId(132)>]
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 IDTSExternalMetadataColumn100 that is linked to the input column.

Applies to