Condividi tramite


Proprietà DbApplyingChangesEventArgs.IsLastBatch

NOTA: questa proprietà è obsoleta.

Ottiene o imposta se il batch corrente è l'ultimo batch di modifiche.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
<ObsoleteAttribute("Use DbApplyingChangesEventArgs.Context.IsLastBatch flag instead.")> _
Public ReadOnly Property IsLastBatch As Boolean
'Utilizzo
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

Valore proprietà

True se il batch corrente è l'ultimo batch di modifiche. In caso contrario, false.

Vedere anche

Riferimento

Classe DbApplyingChangesEventArgs
Membri DbApplyingChangesEventArgs
Spazio dei nomi Microsoft.Synchronization.Data