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