Compartir a través de


IDTSCustomPropertyCollection100.Item Propiedad

Gets the IDTSCustomProperty100 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 IDTSCustomProperty100 
    Get
'Uso
Dim instance As IDTSCustomPropertyCollection100 
Dim Index As Object 
Dim value As IDTSCustomProperty100 

value = instance(Index)
IDTSCustomProperty100 this[
    Object Index
] { get; }
property IDTSCustomProperty100^ default[[InAttribute] Object^ Index] {
    IDTSCustomProperty100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSCustomProperty100
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.IDTSCustomProperty100
The IDTSCustomProperty100 specified by the Index parameter.

Vea también

Referencia

IDTSCustomPropertyCollection100 Interfaz

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