Compartilhar via


Propriedade do RDL IDTSComponentMetaData100.InputCollection

Gets the collection of IDTSInput100 objects for a component.

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

Sintaxe

'Declaração
ReadOnly Property InputCollection As IDTSInputCollection100 
    Get
'Uso
Dim instance As IDTSComponentMetaData100 
Dim value As IDTSInputCollection100 

value = instance.InputCollection
IDTSInputCollection100 InputCollection { get; }
property IDTSInputCollection100^ InputCollection {
    IDTSInputCollection100^ get ();
}
abstract InputCollection : IDTSInputCollection100
function get InputCollection () : IDTSInputCollection100

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100
The IDTSInputCollection100 collection of the component.

Comentários

This collection contains the IDTSInput100 objects defined by the component. It can be used to access, add, and remove input objects from the collection. New input objects are created and added to the collection by calling the New method of the collection. When programmatically adding a component or modifying an existing component in a data flow task, the collection should not be modified directly. Instead the methods of the design-time instance of the component, CManagedComponentWrapperClass, should be called.

Consulte também

Referência

IDTSComponentMetaData100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper