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.