ReplicationRole Class
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.
Represents an Azure SQL Database Replication Link's Replication Role.
public static class ReplicationRole
type ReplicationRole = class
Public Class ReplicationRole
- Inheritance
-
ReplicationRole
Fields
Copy |
Database is database copy target. |
NonReadableSecondary |
Database is the non-readable Secondary for replication. |
Primary |
Database is the primary for replication. |
Secondary |
Database is the readable Secondary for replication. |
Source |
Database is database copy source. |