ReplicationServer.DistributorInstalled プロパティ

定義

SQL Serverの現在接続されているインスタンスにローカル ディストリビューターまたはリモート ディストリビューターがあるかどうかを取得します。

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

プロパティ値

パブリッシャーがローカル ディストリビューターとリモート ディストリビューターのどちらを使用しているかを指定する Boolean 値です。

true の場合、ディストリビューターはローカルです。

false の場合、このパブリッシャーのディストリビューターはリモート サーバーにあります。

注釈

パブリッシャーは、ローカル ディストリビューターまたはリモート ディストリビューターのどちらかを使用できます。

DistributorInstalled プロパティを取得できるのは、固定データベース ロール public のメンバーです。

このプロパティは DistributorInstalledsp_get_distributor (Transact-SQL) ストアド プロシージャと同等です。

適用対象