IsLastBatch propriété
Obtient ou définit si le lot actuel est le dernier lot de la session de synchronisation.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Property IsLastBatch As Boolean
Get
Set
'Utilisation
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);
}
member IsLastBatch : bool with get, set
function get IsLastBatch () : boolean
function set IsLastBatch (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean
true s'il s'agit du dernier lot ; sinon false.