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 the total number of tables in the scope.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property TotalTables As Integer
'Usage
Dim instance As DbSnapshotInitializationStatistics
Dim value As Integer
value = instance.TotalTables
public int TotalTables { get; }
public:
property int TotalTables {
int get ();
}
/** @property */
public int get_TotalTables ()
public function get TotalTables () : int
Property Value
The total number of tables in the scope.
See Also
Reference
DbSnapshotInitializationStatistics Class
DbSnapshotInitializationStatistics Members
Microsoft.Synchronization.Data Namespace