IMergeSynchronizationAgent.PublisherAddress 속성
Gets or sets the network address that is used to connect to the Publisher when the PublisherNetwork property is specified.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Property PublisherAddress As String
Get
Set
‘사용 방법
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.PublisherAddress
instance.PublisherAddress = value
string PublisherAddress { get; set; }
property String^ PublisherAddress {
String^ get ();
void set (String^ value);
}
abstract PublisherAddress : string with get, set
function get PublisherAddress () : String
function set PublisherAddress (value : String)
속성 값
유형: System.String
A String value that represents the address of the Publisher.