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 or sets whether the current batch is the last batch of changes.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property IsLastBatch As Boolean
Get
Set
'Usage
Dim instance As DbSyncContext
Dim value As Boolean
value = instance.IsLastBatch
instance.IsLastBatch = value
public bool IsLastBatch { get; set; }
public:
property bool IsLastBatch {
bool get ();
void set (bool value);
}
member IsLastBatch : bool with get, set
function get IsLastBatch () : boolean
function set IsLastBatch (value : boolean)
Property Value
Type: System.Boolean
true if the current batch is the last batch of changes; otherwise, false.