Partilhar via


Propriedade do RDL IDTSObjectModel100.ComponentMetaDataCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the collection of data flow components in the task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100 
    Get
'Uso
Dim instance As IDTSObjectModel100 
Dim value As IDTSComponentMetaDataCollection100 

value = instance.ComponentMetaDataCollection
IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { get; }
property IDTSComponentMetaDataCollection100^ ComponentMetaDataCollection {
    IDTSComponentMetaDataCollection100^ get ();
}
abstract ComponentMetaDataCollection : IDTSComponentMetaDataCollection100
function get ComponentMetaDataCollection () : IDTSComponentMetaDataCollection100

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
The collection of data flow components in the task.

Consulte também

Referência

IDTSObjectModel100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper