ReplicationMonitor.ExcludeAnonymousSubscriptions プロパティ

定義

匿名サブスクリプションに関する情報が返されるかどうかを取得します。

public:
 property bool ExcludeAnonymousSubscriptions { bool get(); void set(bool value); };
public bool ExcludeAnonymousSubscriptions { get; set; }
member this.ExcludeAnonymousSubscriptions : bool with get, set
Public Property ExcludeAnonymousSubscriptions As Boolean

プロパティ値

Boolean 値。 true の場合、匿名サブスクリプションに関する情報が返されます。 false の場合、匿名サブスクリプションに関する情報は返されません。

注釈

このプロパティはExcludeAnonymousSubscriptions、ディストリビューターの固定サーバー ロールのsysadminメンバー、またはディストリビューション データベースの固定データベース ロールのdb_ownerreplmonitorメンバーのみが取得できます。

適用対象