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。

适用于