Método IDtsConnectionService.AddConnectionToPackage
Adds existing connections to a package designer so that the designer is aware of a new connection manager
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)
Sintaxe
'Declaração
Function AddConnectionToPackage ( _
connectionManager As ConnectionManager _
) As Boolean
'Uso
Dim instance As IDtsConnectionService
Dim connectionManager As ConnectionManager
Dim returnValue As Boolean
returnValue = instance.AddConnectionToPackage(connectionManager)
bool AddConnectionToPackage(
ConnectionManager connectionManager
)
bool AddConnectionToPackage(
ConnectionManager^ connectionManager
)
abstract AddConnectionToPackage :
connectionManager:ConnectionManager -> bool
function AddConnectionToPackage(
connectionManager : ConnectionManager
) : boolean
Parâmetros
- connectionManager
Tipo: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The connect manager to register in the package designer.
Valor de retorno
Tipo: System.Boolean
true if the connection is not nulluma referência nula (Nothing no Visual Basic), false otherwise.
Comentários
This function needs to be called only if a connection manager was added directly to the package without going through the CreateConnection method.