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.
Retrieves all connection managers in the current package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function GetConnections As Connections
'Usage
Dim instance As IDtsConnectionBaseService
Dim returnValue As Connections
returnValue = instance.GetConnections()
Connections GetConnections()
Connections^ GetConnections()
abstract GetConnections : unit -> Connections
function GetConnections() : Connections
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Connections
A collection of connections.