ConnectionManagerItems.Join(ConnectionManager, String) 方法

定義

加入新的連接管理員物件。

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

參數

connectionManager
ConnectionManager

要加入的連接管理員物件。

streamName
String

資料流名稱。

傳回

ConnectionManagerItem

加入的連接管理員物件。

適用於