AgentCore.PublisherFailoverPartner 속성

Gets or sets the failover partner instance of SQL Server participating in a database mirroring session with the publication database.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Property PublisherFailoverPartner As String 
    Get 
    Set
‘사용 방법
Dim instance As AgentCore 
Dim value As String 

value = instance.PublisherFailoverPartner

instance.PublisherFailoverPartner = value
public string PublisherFailoverPartner { get; set; }
public:
property String^ PublisherFailoverPartner {
    String^ get ();
    void set (String^ value);
}
member PublisherFailoverPartner : string with get, set
function get PublisherFailoverPartner () : String 
function set PublisherFailoverPartner (value : String)

속성 값

유형: System.String
The failover partner.

주의

This property is used to support replication with database mirroring. For more information, see 데이터베이스 미러링 및 복제(SQL Server).

참고 항목

참조

AgentCore 클래스

Microsoft.SqlServer.Replication 네임스페이스