共用方式為


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 命名空間