Share via


ReplicationPromoteOption Enum

Definition

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.

Applies to