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

IDTSOutputColumn100 物件的數值識別碼。

實作

ID
屬性

備註

ID 屬性在設計階段會顯示為可寫入,但是在執行期間嘗試寫入屬性會導致例外狀況。 建立輸出資料行時,資料流程引擎會將值指派給這個屬性。

適用於