IDTSPipeline100.ComponentMetaDataCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSComponentMetaDataCollection100 ^ ComponentMetaDataCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSComponentMetaDataCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.ComponentMetaDataCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSComponentMetaDataCollection100
Public ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100
属性值
IDTSComponentMetaDataCollection100 集合。
实现
- 属性
注解
此集合包含已添加到任务的数据流组件。 组件通过调用 New 方法创建并添加到集合中。