Proprietà IDTSConnections100.Item

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Returns the connection manager with the specified key.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Item ( _
    Key As Object _
) As IDTSConnectionManager100 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

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

Valore proprietà

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

Osservazioni

For more information, see Connections.

Vedere anche

Riferimento

IDTSConnections100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper