IDTSComponentMetaData100.InputCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInputCollection100 InputCollection { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.InputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100
屬性值
IDTSInputCollection100 的元件集合。
- 屬性
備註
此集合包含由元件定義的 IDTSInput100 物件。 它可用於存取、新增及移除集合中的輸入物件。 透過呼叫集合的新方法來建立並新增輸入物件到集合中。 在程式化新增元件或修改資料流程任務中現有元件時,集合不應直接修改。 相反地,應該呼叫元件設計時實例的方法 CManagedComponentWrapperClass。