语言

MergeSynchronizationAgent.PublisherNetwork 属性

定义

获取或设置连接Publisher时使用的客户端 Net-Library。

public:
 virtual property Microsoft::SqlServer::Replication::NetworkType PublisherNetwork { Microsoft::SqlServer::Replication::NetworkType get(); void set(Microsoft::SqlServer::Replication::NetworkType value); };
public virtual Microsoft.SqlServer.Replication.NetworkType PublisherNetwork { get; set; }
member this.PublisherNetwork : Microsoft.SqlServer.Replication.NetworkType with get, set
Public Overridable Property PublisherNetwork As NetworkType

属性值

一个 NetworkType 表示应使用 Net-Library 的数值。

实现

注解

该选项用于配置控制,使控制能够连接到 Publisher,而无需使用 SQL Server 配置管理器。

如果的 PublisherNetwork 值不是 DefaultNetwork (默认 PublisherAddress 值),则必须指定该属性。

适用于