Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the number of the batch that is currently being processed.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchNumber As Integer
Get
'Usage
Dim instance As DbSyncSessionProgressEventArgs
Dim value As Integer
value = instance.BatchNumber
public int BatchNumber { get; }
public:
property int BatchNumber {
int get ();
}
member BatchNumber : int
function get BatchNumber () : int
Property Value
Type: System.Int32
The number of the batch that is currently being processed.