ReplicationSpan Enum

Definition

Determines the span of a replication connection.

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

Fields

InterSite 1

The source and destination servers are in different sites.

IntraSite 0

The source and destination servers are in the same site.

Applies to

See also