ReplicationLinkState 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.
Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).
public enum ReplicationLinkState
type ReplicationLinkState =
Public Enum ReplicationLinkState
- Inheritance
-
ReplicationLinkState
Fields
| Name | Value | Description |
|---|---|---|
| Pending | 0 | PENDING. |
| Seeding | 1 | SEEDING. |
| CatchUp | 2 | CATCH_UP. |
| Suspended | 3 | SUSPENDED. |