Linguaggio

ConnectionManagerItems.Item[] Proprietà

Definizione

Ottiene gli oggetti del gestore connessioni.

Overload

Nome Descrizione
Item[Int32]

Ottiene l'oggetto connection manager con indice specificato.

Item[String]

Ottiene l'oggetto connection manager con il nome dello stream specificato.

Item[Int32]

Ottiene l'oggetto connection manager con indice specificato.

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

Parametri

index
Int32

Indice.

Valore della proprietà

L'oggetto gestore di connessione con indice specificato.

Si applica a

Item[String]

Ottiene l'oggetto connection manager con il nome dello stream specificato.

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

Parametri

streamName
String

Il nome del torrente.

Valore della proprietà

L'oggetto connection manager con nome di flusso specificato.

Si applica a