Condividi tramite


Proprietà DbBatchAppliedEventArgs.CurrentBatchNumber

Ottiene il numero del batch che è stato applicato più recentemente dal provider.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CurrentBatchNumber As Integer
'Utilizzo
Dim instance As DbBatchAppliedEventArgs
Dim value As Integer

value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
    int get ();
}
/** @property */
public int get_CurrentBatchNumber ()
public function get CurrentBatchNumber () : int

Valore proprietà

Numero del batch che è stato applicato più recentemente dal provider.

Vedere anche

Riferimento

Classe DbBatchAppliedEventArgs
Membri DbBatchAppliedEventArgs
Spazio dei nomi Microsoft.Synchronization.Data