Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the total number of tables that were initialized for the scope.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property TablesInitialized As Integer
'Usage
Dim instance As DbSnapshotInitializationStatistics
Dim value As Integer
value = instance.TablesInitialized
public int TablesInitialized { get; }
public:
property int TablesInitialized {
int get ();
}
/** @property */
public int get_TablesInitialized ()
public function get TablesInitialized () : int
Property Value
The total number of tables that were initialized for the scope.
See Also
Reference
DbSnapshotInitializationStatistics Class
DbSnapshotInitializationStatistics Members
Microsoft.Synchronization.Data Namespace