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

스트림 이름입니다.

반환

조인된 연결 관리자 개체입니다.

적용 대상