ReplicationServer.DistributorInstalled プロパティ

定義

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

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

プロパティ値

Publisherがローカルまたはリモートのディストリビューターを使用しているかを指定するBooleanの値です。

trueなら、ディストリビューターは地元にあります。

もしfalseなら、このPublisherのディストリビューターはリモートサーバー上にあります。

注釈

Publisherはローカルまたはリモートのディストリビューターのいずれかを利用することができます。

DistributorInstalledプロパティは公開固定データベースの役割のメンバーによって取得可能です。

DistributorInstalledプロパティはsp_get_distributor(Transact-SQL)ストアドプロシージャと同値です。

適用対象