TotalChanges-Eigenschaft

Ruft die Anzahl der Änderungen ab, die während der Synchronisierungssitzung angewendet werden sollen.

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

Syntax

'Declaration
Public ReadOnly Property TotalChanges As Integer
    Get
'Usage
Dim instance As SyncGroupProgress
Dim value As Integer

value = instance.TotalChanges
public int TotalChanges { get; }
public:
property int TotalChanges {
    int get ();
}
member TotalChanges : int
function get TotalChanges () : int

Eigenschaftenwert

Typ: System. . :: . .Int32
Die Anzahl der anzuwendenden Änderungen.

Siehe auch

Verweis

SyncGroupProgress Klasse

SyncGroupProgress-Member

Microsoft.Synchronization.Data-Namespace