Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents the stages of a synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Enumeration SessionProgressStage
'Usage
Dim instance As SessionProgressStage
public enum SessionProgressStage
public enum class SessionProgressStage
type SessionProgressStage
public enum SessionProgressStage
Members
| Member name | Description | |
|---|---|---|
| ChangeDetection | Changes are being detected on the source replica. | |
| ChangeEnumeration | Changes from the source replica are being enumerated. | |
| ChangeApplication | Changes are being applied to the destination replica. |