Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the number of the batch that was most recently written to the spooling file.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentBatchNumber As Integer
Get
'Usage
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer
value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
int get ();
}
member CurrentBatchNumber : int
function get CurrentBatchNumber () : int
Property Value
Type: System.Int32
The number of the batch that was most recently written to the spooling file.