IDTSPipeline100.ComponentMetaDataCollection Propiedad

Definición

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

Valor de propiedad

La colección IDTSComponentMetaDataCollection100.

Implementaciones

Atributos

Comentarios

Esta colección contiene los componentes de flujo de datos que se han agregado a la tarea. Los componentes se crean y agregan a la colección mediante una llamada al New método .

Se aplica a