ReplicationServer.DistributorAvailable 属性

定义

获取当前连接的 Microsoft SQL Server 实例的分发服务器当前是否已连接且不可用。

public:
 property bool DistributorAvailable { bool get(); };
public bool DistributorAvailable { get; }
member this.DistributorAvailable : bool
Public ReadOnly Property DistributorAvailable As Boolean

属性值

一个指定分发服务器当前是否连接和可用的 Boolean 值。

如果为 true,则分发服务器已连接且可用。

如果为 false,则分发服务器不可用。

注解

DistributorAvailable属性可由公共固定数据库角色的成员检索。

此属性 DistributorAvailable 等效于 transact-SQL) 存储过程sp_helpdistributor (

适用于