IDTSInputColumn100.ID 属性

定义

获取或设置输入列对象的 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

属性值

IDTSInputColumn100 对象的数字 ID。

实现

ID
属性

注解

ID 属性在设计时显示为可写,但任何在运行时写入属性的尝试都会导致异常。 数据流引擎为数据流对象模型中的所有对象分配 ID。

适用于