次の方法で共有


MergeSynchronizationAgent.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)

構文

'宣言
Public Overridable Property PublisherAddress As String 
    Get 
    Set
'使用
Dim instance As MergeSynchronizationAgent 
Dim value As String 

value = instance.PublisherAddress

instance.PublisherAddress = value
public virtual string PublisherAddress { get; set; }
public:
virtual property String^ PublisherAddress {
    String^ get ();
    void set (String^ value);
}
abstract PublisherAddress : string with get, set 
override 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.

実装

IMergeSynchronizationAgent.PublisherAddress

説明

This property is required only when the PublisherNetwork property is set to a value other than DefaultNetwork.

This property is useful when configuring the control to connect to the Publisher without having to use SQL Server Configuration Manager.

For example, if the Publisher is accessed over the Internet, PublisherNetwork can be set to TcpIpSockets and PublisherAddress can be set to a specific IP address.

If the PublisherNetwork property is TcpIpSockets or MultiProtocol by using TCP/IP, the value is in the form of 'IP address,socket' (such as '111.11.11.11,1433').

関連項目

参照

MergeSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間