Compartir a través de


IDTSPathCollection100.Item Propiedad

Gets the IDTSPathCollection100 object specified by the Index parameter.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

IDTSPathCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper