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 性質等同於 sp_helpdistributor(Transact-SQL) 儲存程序。

適用於