Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As DbSnapshotInitializationStatistics
Dim value As Integer
value = instance.TotalTables
public int TotalTables { get; }
public:
property int TotalTables {
int get ();
}
member TotalTables : int
function get TotalTables () : int
Property Value
Type: System.Int32
The total number of tables in the scope.