Compartir a través de


IDTSConnectionInfos100.Item Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSConnectionInfo100 
    Get
'Uso
Dim instance As IDTSConnectionInfos100 
Dim Index As Object 
Dim value As IDTSConnectionInfo100 

value = instance(Index)
IDTSConnectionInfo100 this[
    Object Index
] { get; }
property IDTSConnectionInfo100^ default[[InAttribute] Object^ Index] {
    IDTSConnectionInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSConnectionInfo100
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • Index
    Tipo: System.Object
    The name, index, ID, or identity of the object in the collection to return.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfo100
A IDTSConnectionInfo100 object from the collection that matches the name, index, ID, or identity given in the Index parameter.

Vea también

Referencia

IDTSConnectionInfos100 Interfaz

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