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

流名称。

返回

已联接的连接管理器对象。

适用于