Udostępnij za pośrednictwem


DbSyncProgressEventArgs.Stage Property

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