Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Joins a new connection manager object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function Join ( _
connectionManager As ConnectionManager, _
streamName As String _
) As ConnectionManagerItem
'Usage
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
Parameters
- connectionManager
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connection manager object to be joined.
- streamName
Type: System.String
The stream name.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The joined connection manager object.