IDTSInputColumn100.ExternalMetadataColumnID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.