Freigeben über


ChangeBatchBase.IsEmpty-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Änderungsbatch Änderungen enthält.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
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

Eigenschaftenwert

true, wenn der Änderungsbatch keine Änderungen enthält, andernfalls false.

Siehe auch

Verweis

ChangeBatchBase-Klasse
ChangeBatchBase-Member
Microsoft.Synchronization-Namespace