IDTSInputColumn100.ExternalMetadataColumnID Property

Definition

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