次の方法で共有


MergeSynchronizationAgent.PublisherNetwork プロパティ

Gets or sets the client Net-Library that is used when connecting to the Publisher.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable Property PublisherNetwork As NetworkType 
    Get 
    Set
'使用
Dim instance As MergeSynchronizationAgent 
Dim value As NetworkType 

value = instance.PublisherNetwork

instance.PublisherNetwork = value
public virtual NetworkType PublisherNetwork { get; set; }
public:
virtual property NetworkType PublisherNetwork {
    NetworkType get ();
    void set (NetworkType value);
}
abstract PublisherNetwork : NetworkType with get, set 
override PublisherNetwork : NetworkType with get, set
function get PublisherNetwork () : NetworkType 
function set PublisherNetwork (value : NetworkType)

プロパティ値

型: Microsoft.SqlServer.Replication.NetworkType
A NetworkType value that indicates the Net-Library to use.

実装

IMergeSynchronizationAgent.PublisherNetwork

説明

This option is used to configure the control to connect to the Publisher without having to use SQL Server Configuration Manager.

If the value of PublisherNetwork is not DefaultNetwork (the default), the PublisherAddress property must be specified.

関連項目

参照

MergeSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間