Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Obtient ou définit si le lot actuel est le dernier lot de la session de synchronisation.
Cette propriété n'est pas conforme CLS.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property IsLastBatch As Boolean
'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);
}
/** @property */
public boolean get_IsLastBatch ()
/** @property */
public void set_IsLastBatch (boolean value)
public function get IsLastBatch () : boolean
public function set IsLastBatch (value : boolean)
Valeur de propriété
true s'il s'agit du dernier lot ; sinon false.
Voir aussi
Référence
Classe DbSyncBatchInfo
Membres DbSyncBatchInfo
Espace de noms Microsoft.Synchronization.Data