IDTSComponentMetaData100.InputCollection 屬性

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100

屬性值

元件 IDTSInputCollection100 的集合。

屬性

備註

此集合包含 IDTSInput100 元件定義的物件。 它可用於存取、新增及移除集合中的輸入物件。 透過呼叫集合的新方法來建立並新增輸入物件到集合中。 在程式化新增元件或修改資料流程任務中現有元件時,集合不應直接修改。 相反地,應該呼叫元件設計時實例的方法 CManagedComponentWrapperClass。

適用於