IDTSComponentMetaData100.OutputCollection 屬性

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutputCollection100 ^ OutputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(103)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutputCollection100 OutputCollection { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.OutputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutputCollection100
Public ReadOnly Property OutputCollection As IDTSOutputCollection100

屬性值

該組件的部分 IDTSOutputCollection100

屬性

備註

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

適用於