Share via


DbSnapshotInitializationTableStatistics.TotalRows Property

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
    Get
    Friend Set
'Usage
Dim instance As DbSnapshotInitializationTableStatistics
Dim value As Integer

value = instance.TotalRows
public int TotalRows { get; internal set; }
public:
property int TotalRows {
    int get ();
    internal: void set (int value);
}
member TotalRows : int with get, internal set
function get TotalRows () : int
internal function set TotalRows (value : int)

Property Value

Type: System.Int32
The total number of rows in the table.

See Also

Reference

DbSnapshotInitializationTableStatistics Class

Microsoft.Synchronization.Data Namespace