ConnectionManagerItems.Join(ConnectionManager, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Rejoint un nouvel objet gestionnaire de connexions.
public:
Microsoft::SqlServer::Dts::Runtime::ConnectionManagerItem ^ Join(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connectionManager, System::String ^ streamName);
public Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem Join(Microsoft.SqlServer.Dts.Runtime.ConnectionManager connectionManager, string streamName);
member this.Join : Microsoft.SqlServer.Dts.Runtime.ConnectionManager * string -> Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
Public Function Join (connectionManager As ConnectionManager, streamName As String) As ConnectionManagerItem
Paramètres
- connectionManager
- ConnectionManager
L’objet du gestionnaire de connexion doit être joint.
- streamName
- String
Le nom du ruisseau.
Retours
L’objet du gestionnaire de connexion joint.