DbBatchSpooledEventArgs.CurrentBatchTableWatermarks Propiedad
Obtiene el nombre de tabla y valor máximo de TickCount para cada tabla que tiene cambios en el lote actual.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
Public ReadOnly Property CurrentBatchTableWatermarks As Dictionary(Of String, ULong)
'Uso
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>
Valor de la propiedad
Nombre de tabla y valor máximo de TickCount para cada tabla que tiene cambios en el lote actual.
Vea también
Referencia
DbBatchSpooledEventArgs Clase
DbBatchSpooledEventArgs Miembros
Microsoft.Synchronization.Data Espacio de nombres