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

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

注解

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

适用于