Compartilhar via


Propriedade Item

Gets the IDTSPathCollection100 object specified by the Index parameter.

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

Sintaxe

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

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

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPath100
The IDTSPath100 object specified by the Index parameter.