RegisteredSubscriber.DistributionPublisher 属性

定义

获取或设置订阅服务器向其注册的分发发布服务器的名称。

public:
 property System::String ^ DistributionPublisher { System::String ^ get(); void set(System::String ^ value); };
public string DistributionPublisher { get; set; }
member this.DistributionPublisher : string with get, set
Public Property DistributionPublisher As String

属性值

一个 String 值,指定订阅服务器向其注册的分发发布服务器的名称。

注解

在 Microsoft SQL Server 2005 中,不再需要在发布服务器上显式注册订阅服务器。 提供此属性是为了向后兼容以前版本的 SQL Server。

适用于