Share via


IDTSConnections100.Item Property

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see Connections.

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