Freigeben über


DbSyncContext.IsDataBatched-Eigenschaft

Ruft ab oder legt fest, ob Daten in mehreren Batches oder in einem einzelnen DataSet-Objekt gesendet werden.

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

Syntax

'Declaration
Public Property IsDataBatched As Boolean
'Usage
Dim instance As DbSyncContext
Dim value As Boolean

value = instance.IsDataBatched

instance.IsDataBatched = value
public bool IsDataBatched { get; set; }
public:
property bool IsDataBatched {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsDataBatched ()

/** @property */
public void set_IsDataBatched (boolean value)
public function get IsDataBatched () : boolean

public function set IsDataBatched (value : boolean)

Eigenschaftenwert

True, wenn Daten in mehreren Batches gesendet werden, andernfalls false.

Siehe auch

Verweis

DbSyncContext-Klasse
DbSyncContext-Member
Microsoft.Synchronization.Data-Namespace