IDTSConnections100.Item Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Key
Type: System.Object
The name, identity, ID, or index of the connection manager to return.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager with the specified key.
Remarks
For more information, see Connections.