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)ストアドプロシージャと同値です。

適用対象