Lenguaje

ConnectionManagerItems.Item[] Propiedad

Definición

Obtiene los objetos del gestor de conexiones.

Sobrecargas

Nombre Description
Item[Int32]

Obtiene el objeto gestor de conexiones con el índice especificado.

Item[String]

Obtiene el objeto gestor de conexiones con el nombre de flujo especificado.

Item[Int32]

Obtiene el objeto gestor de conexiones con el índice especificado.

public:
 property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ default[int] { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ get(int index); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Default Public ReadOnly Property Item(index As Integer) As ConnectionManagerItem

Parámetros

index
Int32

El índice.

Valor de propiedad

El objeto gestor de conexiones con índice especificado.

Se aplica a

Item[String]

Obtiene el objeto gestor de conexiones con el nombre de flujo especificado.

public:
 property Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ default[System::String ^] { Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ get(System::String ^ streamName); };
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem this[string streamName] { get; }
member this.Item(string) : Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Default Public ReadOnly Property Item(streamName As String) As ConnectionManagerItem

Parámetros

streamName
String

El nombre del arroyo.

Valor de propiedad

El objeto gestor de conexiones con nombre de flujo especificado.

Se aplica a