IDTSComponentMetaData100.OutputCollection 属性

定义

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

属性值

组件的 IDTSOutputCollection100。

属性

注解

此集合包含由组件定义的 IDTSOutput100 对象。 它可用于访问、添加或删除集合中的输出对象。 通过调用集合的 New 方法创建新的输出对象并将其添加到集合中。 以编程方式修改数据流任务中的组件时,不应直接修改集合。 相反,应调用组件的设计时实例 CManagedComponentWrapperClass 的方法。

适用于