Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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