IDtsConnectionBaseService.GetConnections Método
Retrieves all connection managers in the current package.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
Function GetConnections As Connections
'Uso
Dim instance As IDtsConnectionBaseService
Dim returnValue As Connections
returnValue = instance.GetConnections()
Connections GetConnections()
Connections^ GetConnections()
abstract GetConnections : unit -> Connections
function GetConnections() : Connections
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Connections
A collection of connections.