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.
Establishes the WMI connection and returns a connection object.
Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Syntax
'Declaration
Public Overrides Function AcquireConnection ( _
txn As Object _
) As Object
public override Object AcquireConnection (
Object txn
)
public:
virtual Object^ AcquireConnection (
Object^ txn
) override
public Object AcquireConnection (
Object txn
)
public override function AcquireConnection (
txn : Object
) : Object
Parameter
- txn
The handle to a transaction type.
Rückgabewert
The connection object that contains the WMI connection.
Hinweise
During a call to the AcquireConnection, the actual connection is created using properties that are set on the ConnectionManagerBase object, as well as any properties specific to the connection type that were set on this class.
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
WMIConn Class
WMIConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace