Classe BusinessLogicTransaction
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a business logic transaction.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicTransaction
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class BusinessLogicTransaction _
Implements IDbTransaction, IDisposable
'Utilisation
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
Le type BusinessLogicTransaction expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Connection | Gets the IDbConnection object associated with the transaction. | |
IsolationLevel | Gets the IsolationLevel for this transaction. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Commit | Commits the transaction. | |
Dispose | Releases the unmanaged resources used by the BusinessLogicTransaction. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
Rollback | Rolls back a transaction from a pending state. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport