Freigeben über


DbSyncBatchInfo.IsLastBatch-Eigenschaft

Ruft ab oder legt fest, ob es sich beim aktuellen Batch um den letzten Batch der Synchronisierungssitzung handelt.

Diese Eigenschaft ist nicht CLS-kompatibel.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property IsLastBatch As Boolean
'Usage
Dim instance As DbSyncBatchInfo
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);
}
/** @property */
public boolean get_IsLastBatch ()

/** @property */
public void set_IsLastBatch (boolean value)
public function get IsLastBatch () : boolean

public function set IsLastBatch (value : boolean)

Eigenschaftenwert

true, wenn es sich um den letzten Batch handelt, andernfalls false.

Siehe auch

Verweis

DbSyncBatchInfo-Klasse
DbSyncBatchInfo-Member
Microsoft.Synchronization.Data-Namespace