Freigeben über


IDtsConnectionBaseService.GetConnections-Methode

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

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Connections
A collection of connections.

Siehe auch

Verweis

IDtsConnectionBaseService Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Design-Namespace