Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.