Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- index
Type: System.Int32
The index.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified index.