다음을 통해 공유


ConnectionManagerItems.Join 메서드

Joins a new connection manager object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function Join ( _
    connectionManager As ConnectionManager, _
    streamName As String _
) As ConnectionManagerItem
‘사용 방법
Dim instance As ConnectionManagerItems 
Dim connectionManager As ConnectionManager 
Dim streamName As String 
Dim returnValue As ConnectionManagerItem 

returnValue = instance.Join(connectionManager, _
    streamName)
public ConnectionManagerItem Join(
    ConnectionManager connectionManager,
    string streamName
)
public:
ConnectionManagerItem^ Join(
    ConnectionManager^ connectionManager, 
    String^ streamName
)
member Join : 
        connectionManager:ConnectionManager * 
        streamName:string -> ConnectionManagerItem
public function Join(
    connectionManager : ConnectionManager, 
    streamName : String
) : ConnectionManagerItem

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The joined connection manager object.

참고 항목

참조

ConnectionManagerItems 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스