Condividi tramite


Proprietà ChangeBatchBase.IsEmpty

Ottiene un valore che indica se il batch di modifiche contiene modifiche.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean
'Utilizzo
Dim instance As ChangeBatchBase
Dim value As Boolean

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
/** @property */
public boolean get_IsEmpty ()
public function get IsEmpty () : boolean

Valore proprietà

true se il batch di modifiche non contiene modifiche. In caso contrario, false.

Vedere anche

Riferimento

Classe ChangeBatchBase
Membri ChangeBatchBase
Spazio dei nomi Microsoft.Synchronization