ReplicationServer.DistributorInstalled プロパティ
現在接続している SQL Server のインスタンスが、ローカル ディストリビューターとリモート ディストリビューターのどちらを使用しているかを取得します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Property DistributorInstalled As Boolean
Get
'使用
Dim instance As ReplicationServer
Dim value As Boolean
value = instance.DistributorInstalled
public bool DistributorInstalled { get; }
public:
property bool DistributorInstalled {
bool get ();
}
member DistributorInstalled : bool
function get DistributorInstalled () : boolean
プロパティ値
型: System.Boolean
パブリッシャーがローカル ディストリビューターとリモート ディストリビューターのどちらを使用しているかを指定する Boolean 値です。 true の場合、ディストリビューターはローカルです。 false の場合、このパブリッシャーのディストリビューターはリモート サーバーにあります。
説明
パブリッシャーは、ローカル ディストリビューターまたはリモート ディストリビューターのどちらかを使用できます。
DistributorInstalled プロパティを取得できるのは、固定データベース ロール public のメンバーです。
DistributorInstalled プロパティは、sp_get_distributor (Transact-SQL) ストアド プロシージャに相当します。