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.
Represents a business logic transaction.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicTransaction
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class BusinessLogicTransaction _
Implements IDbTransaction, IDisposable
'Usage
Dim instance As BusinessLogicTransaction
public class BusinessLogicTransaction : IDbTransaction,
IDisposable
public ref class BusinessLogicTransaction : IDbTransaction,
IDisposable
type BusinessLogicTransaction =
class
interface IDbTransaction
interface IDisposable
end
public class BusinessLogicTransaction implements IDbTransaction, IDisposable
Der BusinessLogicTransaction-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Connection | Gets the IDbConnection object associated with the transaction. |
![]() |
IsolationLevel | Gets the IsolationLevel for this transaction. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Commit | Commits the transaction. |
![]() |
Dispose | Releases the unmanaged resources used by the BusinessLogicTransaction. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Rollback | Rolls back a transaction from a pending state. |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace
.gif)
.gif)
.gif)