Compartir a través de


IDTSConnections100.Item Propiedad

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

Returns the connection manager with the specified key.

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

Sintaxis

'Declaración
ReadOnly Default Property Item ( _
    Key As Object _
) As IDTSConnectionManager100 
    Get
'Uso
Dim instance As IDTSConnections100 
Dim Key As Object 
Dim value As IDTSConnectionManager100 

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

Parámetros

  • Key
    Tipo: System.Object
    The name, identity, ID, or index of the connection manager to return.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager with the specified key.

Comentarios

For more information, see Connections.

Vea también

Referencia

IDTSConnections100 Interfaz

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