IDTSOutputColumn100.ID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
IDTSOutputColumn100 物件的數值識別碼。
實作
- 屬性
備註
ID 屬性在設計階段會顯示為可寫入,但是在執行期間嘗試寫入屬性會導致例外狀況。 建立輸出資料行時,資料流程引擎會將值指派給這個屬性。