ConnectionManagerItems.Item[] Propriedade

Definição

Recebe os objetos do gerenciador de conexão.

Sobrecargas

Nome Description
Item[Int32]

Recebe o objeto gerenciador de conexões com índice especificado.

Item[String]

Recebe o objeto gerenciador de conexão com o nome do stream especificado.

Item[Int32]

Recebe o objeto gerenciador de conexões com í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

O índice .

Valor da propriedade

O objeto gerenciador de conexão com índice especificado.

Aplica-se a

Item[String]

Recebe o objeto gerenciador de conexão com o nome do stream 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

O nome do riacho.

Valor da propriedade

O objeto gerenciador de conexão com nome de stream especificado.

Aplica-se a