Sdílet prostřednictvím


DbSyncSessionProgressEventArgs.DbSyncStage Property

Gets a DbSyncStage enumeration value that represents the current stage of synchronization.

This property is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public ReadOnly Property DbSyncStage As DbSyncStage
'Usage
Dim instance As DbSyncSessionProgressEventArgs
Dim value As DbSyncStage

value = instance.DbSyncStage
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public DbSyncStage DbSyncStage { get; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public:
property DbSyncStage DbSyncStage {
    DbSyncStage get ();
}
/** @property */
public DbSyncStage get_DbSyncStage ()
public function get DbSyncStage () : DbSyncStage

Property Value

A DbSyncStage enumeration value that represents the current stage of synchronization.

See Also

Reference

DbSyncSessionProgressEventArgs Class
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace