Partager via


Propriété DbApplyingChangesEventArgs.IsLastBatch

REMARQUE : cette propriété est désormais obsolète.

Obtient ou définit si le lot actuel est le dernier lot de modifications.

Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
'Utilisation
Dim instance As DbApplyingChangesEventArgs
Dim value As Boolean

value = instance.IsLastBatch
[ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public bool IsLastBatch { get; }
[ObsoleteAttribute(L"Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")] 
public:
property bool IsLastBatch {
    bool get ();
}
/** @property */
public boolean get_IsLastBatch ()
public function get IsLastBatch () : boolean

Valeur de propriété

True si le lot actuel est le dernier lot de modifications ; sinon, false.

Voir aussi

Référence

Classe DbApplyingChangesEventArgs
Membres DbApplyingChangesEventArgs
Espace de noms Microsoft.Synchronization.Data