RegisteredSubscriber.DistributionDatabase 属性

定义

获取或设置分发发布服务器使用的分发数据库的名称。

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

属性值

一个 String 值,指定分发发布服务器使用的分发数据库的名称。

注解

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

适用于