次の方法で共有


ReplicationLinkProperties Class

Definition

Represents the properties of an Azure SQL Database Replication Link.

public class ReplicationLinkProperties
type ReplicationLinkProperties = class
Public Class ReplicationLinkProperties
Inheritance
ReplicationLinkProperties

Constructors

ReplicationLinkProperties()

Initializes a new instance of the ReplicationLinkProperties class.

Properties

PartnerDatabase

Optional. Gets the name of the partner Azure SQL Database.

PartnerLocation

Optional. Gets the Azure Region of the partner Azure SQL Database.

PartnerRole

Optional. Gets the role of the partner Azure SQL Database in the replication link.

PartnerServer

Optional. Gets the name of the Azure SQL Server hosting the partner Azure SQL Database.

PercentComplete

Optional. Gets the percentage of seeding complete for the replication link.

ReplicationState

Optional. Gets the replication state for the replication link.

Role

Optional. Gets the role of the Azure SQL Database in the replication link.

StartTime

Optional. Gets the start time for the replication link.

Applies to