Freigeben über


IDTSConnections100.Item-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the connection manager with the specified key.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Key As Object _
) As IDTSConnectionManager100 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Hinweise

For more information, see Connections.

Siehe auch

Verweis

IDTSConnections100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace