ReplicationLinkType 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.
Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.
public enum ReplicationLinkType
type ReplicationLinkType =
Public Enum ReplicationLinkType
- Inheritance
-
ReplicationLinkType
Fields
| Name | Value | Description |
|---|---|---|
| Geo | 0 | GEO. |
| Named | 1 | NAMED. |
| Standby | 2 | STANDBY. |