Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets the connections for the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetConnections As IDTSConnections100
'Usage
Dim instance As IDTSProject100
Dim returnValue As IDTSConnections100
returnValue = instance.GetConnections()
IDTSConnections100 GetConnections()
IDTSConnections100^ GetConnections()
abstract GetConnections : unit -> IDTSConnections100
function GetConnections() : IDTSConnections100
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The returned connections.