Propriété DbBatchSpooledEventArgs.CurrentBatchTableWatermarks
Obtient le nom de table et le nombre de cycles maximal de chaque table comportant des modifications dans le lot actuel.
Espace de noms: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (dans microsoft.synchronization.data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CurrentBatchTableWatermarks As Dictionary(Of String, ULong)
'Utilisation
Dim instance As DbBatchSpooledEventArgs
Dim value As Dictionary(Of String, ULong)
value = instance.CurrentBatchTableWatermarks
public Dictionary<string,ulong> CurrentBatchTableWatermarks { get; }
public:
property Dictionary<String^, usigned long long>^ CurrentBatchTableWatermarks {
Dictionary<String^, usigned long long>^ get ();
}
/** @property */
public Dictionary<String,UInt64> get_CurrentBatchTableWatermarks ()
public function get CurrentBatchTableWatermarks () : Dictionary<String,ulong>
Valeur de propriété
Nom de table et le nombre de cycles maximal de chaque table comportant des modifications dans le lot actuel.
Voir aussi
Référence
Classe DbBatchSpooledEventArgs
Membres DbBatchSpooledEventArgs
Espace de noms Microsoft.Synchronization.Data