Share via


DbSnapshotInitializationStatistics.TablesInitialized Property

Gets or sets the total number of tables that were initialized for the scope.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property TablesInitialized As Integer
    Get
    Friend Set
'Usage
Dim instance As DbSnapshotInitializationStatistics
Dim value As Integer

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

Property Value

Type: System.Int32
The total number of tables that were initialized for the scope.

See Also

Reference

DbSnapshotInitializationStatistics Class

Microsoft.Synchronization.Data Namespace