語言

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 屬性。

適用於