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
매개 변수
- connectionManager
유형: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager object to be joined.
- streamName
유형: System.String
The stream name.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The joined connection manager object.