Freigeben über


DtsConvert.ToConnections90 Method

Converts a managed Connections collection to a native connections collection. This method is not CLS-compliant.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Shared Function ToConnections90 ( _
    connections As Connections _
) As IDTSConnections90
public static IDTSConnections90 ToConnections90 (
    Connections connections
)
public:
static IDTSConnections90^ ToConnections90 (
    Connections^ connections
)
public static IDTSConnections90 ToConnections90 (
    Connections connections
)
public static function ToConnections90 (
    connections : Connections
) : IDTSConnections90

Parameter

Rückgabewert

An unmanaged IDTSConnections90 collection.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

DtsConvert Class
DtsConvert Members
Microsoft.SqlServer.Dts.Runtime Namespace