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