IDTSExternalMetadataColumn100.ID 属性

定义

public:
 property int ID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(11)]
public int ID { [System.Runtime.InteropServices.DispId(11)] get; [System.Runtime.InteropServices.DispId(11)] set; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
[<set: System.Runtime.InteropServices.DispId(11)>]
member this.ID : int with get, set
Public Property ID As Integer

属性值

IDTSExternalMetadataColumn100 对象的数字 ID。

实现

ID
属性

注解

ID 属性在设计时显示可写,但在执行过程中尝试写入属性会导致异常。 数据流引擎为数据流布局中的所有对象分配此属性的值。

适用于