IDTSOutputColumn100.ExternalMetadataColumnID 属性

定义

获取或设置分配给输出列的 IDTSExternalMetadataColumn100 的 ID。

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

属性值

赋给该列的 IDTSExternalMetadataColumn100 对象的 ID。

属性

注解

此属性标识链接到输出列的 IDTSExternalMetadataColumnCollection100 列。

适用于