Share via


ConnectionManagerItems.Item Property (Int32)

Gets the connection manager object with specified index.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ConnectionManagerItem 
    Get
'Usage
Dim instance As ConnectionManagerItems 
Dim index As Integer 
Dim value As ConnectionManagerItem 

value = instance(index)
public ConnectionManagerItem this[
    int index
] { get; }
public:
property ConnectionManagerItem^ default[int index] {
    ConnectionManagerItem^ get (int index);
}
member Item : ConnectionManagerItem
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified index.

See Also

Reference

ConnectionManagerItems Class

Item Overload

Microsoft.SqlServer.Dts.Runtime Namespace