Condividi tramite


Proprietà SqlCeTransaction.CurrentTransactionBsn

Ottiene il numero di sequenza di inizio (BSN) per la transazione.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CurrentTransactionBsn As Long
    Get
'Utilizzo
Dim instance As SqlCeTransaction
Dim value As Long

value = instance.CurrentTransactionBsn
public long CurrentTransactionBsn { get; }
public:
property long long CurrentTransactionBsn {
    long long get ();
}
member CurrentTransactionBsn : int64
function get CurrentTransactionBsn () : long

Valore proprietà

Tipo: System.Int64
BSN per la transazione.

Osservazioni

Il BSN è un contatore a incremento progressivo assegnato alla transazione da SQL Server Compact. Identifica in modo univoco la sequenza di inizio della transazione.

Vedere anche

Riferimento

SqlCeTransaction Classe

Spazio dei nomi System.Data.SqlServerCe

SqlCeChangeTracking