Compartir a través de


ConnectionManagerItems.Join Método

Joins a new connection manager object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

ConnectionManagerItems Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime