Compartilhar via


Propriedade do RDL IDTSComponentMetaData100.RuntimeConnectionCollection

Gets the collection of IDTSRuntimeConnection100 objects for a component.

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

Sintaxe

'Declaração
ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100 
    Get
'Uso
Dim instance As IDTSComponentMetaData100 
Dim value As IDTSRuntimeConnectionCollection100 

value = instance.RuntimeConnectionCollection
IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { get; }
property IDTSRuntimeConnectionCollection100^ RuntimeConnectionCollection {
    IDTSRuntimeConnectionCollection100^ get ();
}
abstract RuntimeConnectionCollection : IDTSRuntimeConnectionCollection100
function get RuntimeConnectionCollection () : IDTSRuntimeConnectionCollection100

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnectionCollection100
The IDTSRuntimeConnectionCollection100 for the component.

Comentários

This collection contains the IDTSRuntimeConnection100 objects defined by the component. It can be used to access, add, and remove runtime connection objects from the collection. New run-time connection objects are created and added to the collection by calling the New method of the collection. When programmatically modifying an existing component in a data flow task, the collection should not be modified directly.

Consulte também

Referência

IDTSComponentMetaData100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper