IsDataBatched propriété
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
Get
Set
'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);
}
member IsDataBatched : bool with get, set
function get IsDataBatched () : boolean
function set IsDataBatched (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean
True si les données sont envoyées dans plusieurs lots ; sinon, False.