DbSnapshotInitializationTableStatistics.RowsInitialized Property

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

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

Property Value

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

See Also

Reference

DbSnapshotInitializationTableStatistics Class

Microsoft.Synchronization.Data Namespace