PolicyCategoryInformation.MandateDatabaseSubscriptions プロパティ
データベースのサブスクリプションが必要かどうかを示すブール値を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property MandateDatabaseSubscriptions As Boolean
Get
'使用
Dim instance As PolicyCategoryInformation
Dim value As Boolean
value = instance.MandateDatabaseSubscriptions
public bool MandateDatabaseSubscriptions { get; }
public:
property bool MandateDatabaseSubscriptions {
bool get ();
}
member MandateDatabaseSubscriptions : bool
function get MandateDatabaseSubscriptions () : boolean
プロパティ値
型: System.Boolean
データベースのサブスクリプションが必要かどうかを示すブール値です。サブスクリプションが必要な場合は True、必要でない場合は False です。