ReplicationServer.DistributorInstalled プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在接続されている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)ストアドプロシージャと同値です。