Freigeben über


BusinessLogicTransaction-Klasse

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
Öffentliche Methode BusinessLogicTransaction

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection
Öffentliche Eigenschaft IsolationLevel

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Commit
Öffentliche Methode Dispose
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Rollback
Öffentliche Methode 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.