ReplicationServer.DistributorAvailable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷目前連接的 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) 儲存程序。