IDTSOutputColumn100.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.
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.