Classe BusinessLogicTransaction
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a business logic transaction.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicTransaction
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class BusinessLogicTransaction _
Implements IDbTransaction, IDisposable
'Utilizzo
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
Nel tipo BusinessLogicTransaction sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Connection | Gets the IDbConnection object associated with the transaction. | |
IsolationLevel | Gets the IsolationLevel for this transaction. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Commit | Commits the transaction. | |
Dispose | Releases the unmanaged resources used by the BusinessLogicTransaction. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
Rollback | Rolls back a transaction from a pending state. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport