Compartilhar via


Propriedade do RDL IDTSPipelineComponentInfos100.Item

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

Gets the IDTSPipelineComponentInfo100 object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSPipelineComponentInfo100 
    Get
'Uso
Dim instance As IDTSPipelineComponentInfos100 
Dim Index As Object 
Dim value As IDTSPipelineComponentInfo100 

value = instance(Index)
IDTSPipelineComponentInfo100 this[
    Object Index
] { get; }
property IDTSPipelineComponentInfo100^ default[[InAttribute] Object^ Index] {
    IDTSPipelineComponentInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPipelineComponentInfo100
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • Index
    Tipo: System.Object
    The name, ID, description, or index of the item to locate in the collection.

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfo100
The IDTSPipelineComponentInfo100 object from the collection that matches the index description.

Comentários

For more information, see PipelineComponentInfos.

Consulte também

Referência

IDTSPipelineComponentInfos100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper