Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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