IDTSComponentMetaData100.OutputCollection 属性

定义

获取由组件定义的 IDTSOutput100 对象集合。

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

属性值

组件的 IDTSOutputCollection100

属性

注解

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

适用于