ReplicationPromoteOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data synchronization option to use when processing the operation specified in the promoteMode property. This property is write only.
public enum ReplicationPromoteOption
type ReplicationPromoteOption =
Public Enum ReplicationPromoteOption
- Inheritance
-
ReplicationPromoteOption
Fields
| Name | Value | Description |
|---|---|---|
| Planned | 0 | The operation will wait for data in the read replica to be fully synchronized with its source server, before it initiates the operation. |
| Forced | 1 | The operation will not wait for data in the read replica to be synchronized with its source server, before it initiates the operation. |