ReplicationServer.DistributionServer 属性

定义

获取或设置当前连接的SQL Server实例的分发服务器的名称。

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

属性值

一个String值,指定作为分发服务器的SQL Server实例。

例外

当字符串为 null 时,格式不正确或超过 128 字节。

注解

DistributionServer 属性等效于 sp_get_distributor (Transact-SQL) 存储过程。

DistributionServer 属性可由公共固定数据库角色检索。

DistributionServer该属性只能由 sysadmin 固定服务器角色设置。

适用于