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 IDbConnection object associated with the transaction.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public ReadOnly Property Connection As IDbConnection
Get
'Usage
Dim instance As BusinessLogicTransaction
Dim value As IDbConnection
value = instance.Connection
public IDbConnection Connection { get; }
public:
virtual property IDbConnection^ Connection {
IDbConnection^ get () sealed;
}
abstract Connection : IDbConnection
override Connection : IDbConnection
final function get Connection () : IDbConnection
Eigenschaftswert
Typ: System.Data.IDbConnection
The IDbConnection object associated with the transaction.
Implementiert
Siehe auch
Verweis
BusinessLogicTransaction Klasse
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace