Compartilhar via


Método ConnectionManagerItems.Join

Joins a new connection manager object.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Function Join ( _
    connectionManager As ConnectionManager, _
    streamName As String _
) As ConnectionManagerItem
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

ConnectionManagerItems Classe

Namespace Microsoft.SqlServer.Dts.Runtime