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

屬性值

Int32

IDTSInputColumn100 物件的數值識別碼。

實作

ID
屬性

備註

ID屬性在設計階段會顯示為可寫入,但是任何在執行時間寫入屬性的嘗試都會造成例外狀況。 資料流程引擎會為數據流物件模型中的所有物件指派識別碼。

適用於