Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a DbSyncStage enumeration value that represents the current stage of synchronization.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property Stage As DbSyncStage
'Usage
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncStage
value = instance.Stage
public DbSyncStage Stage { get; }
public:
property DbSyncStage Stage {
DbSyncStage get ();
}
/** @property */
public DbSyncStage get_Stage ()
public function get Stage () : DbSyncStage
Property Value
A DbSyncStage enumeration value that represents the current stage of synchronization.
See Also
Reference
DbSyncProgressEventArgs Class
DbSyncProgressEventArgs Members
Microsoft.Synchronization.Data Namespace