RegisteredSubscriber.DistributionDatabase 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置分发发布服务器使用的分发数据库的名称。
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 。