ReplicationOperationType Enum

Definition

Indicates a specific type of replication operation.

public enum class ReplicationOperationType
public enum ReplicationOperationType
type ReplicationOperationType = 
Public Enum ReplicationOperationType
Inheritance
ReplicationOperationType

Fields

Add 1

Indicates the addition of a replication agreement for a new direct replication partner.

Delete 2

Indicates the removal of a replication agreement for an existing direct replication partner.

Modify 3

Indicates the modification of a replication agreement for an existing direct replication partner.

Sync 0

Indicates an inbound replication over an existing replication agreement from a direct replication partner.

UpdateReference 4

Indicates the addition, deletion, or update of outbound change notification data for a direct replication partner.

Applies to

See also