Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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