Propriété DbSyncScopeMetadata.BatchCount
Obtient ou définit le nombre de lots requis pour synchroniser une étendue si le traitement par lot est utilisé.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public Property BatchCount As Integer
'Utilisation
Dim instance As DbSyncScopeMetadata
Dim value As Integer
value = instance.BatchCount
instance.BatchCount = value
public int BatchCount { get; set; }
public:
property int BatchCount {
int get ();
void set (int value);
}
/** @property */
public int get_BatchCount ()
/** @property */
public void set_BatchCount (int value)
public function get BatchCount () : int
public function set BatchCount (value : int)
Valeur de propriété
Nombre de lots requis pour synchroniser une étendue.
Voir aussi
Référence
Classe DbSyncScopeMetadata
Membres DbSyncScopeMetadata
Espace de noms Microsoft.Synchronization.Data