Propriété DbSyncContext.IsDataBatched
Obtient ou définit si les données sont envoyées dans plusieurs lots ou dans un objet DataSet unique.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property IsDataBatched As Boolean
'Utilisation
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)
Valeur de propriété
True si les données sont envoyées dans plusieurs lots ; sinon, false.
Voir aussi
Référence
Classe DbSyncContext
Membres DbSyncContext
Espace de noms Microsoft.Synchronization.Data