Поделиться через


Метод 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