PolicyCategoryInformation.IsSubscribed プロパティ

対象が PolicyCategoryInformation をサブスクライブするかどうかを示すブール値を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property IsSubscribed As Boolean 
    Get
'使用
Dim instance As PolicyCategoryInformation 
Dim value As Boolean 

value = instance.IsSubscribed
public bool IsSubscribed { get; }
public:
property bool IsSubscribed {
    bool get ();
}
member IsSubscribed : bool
function get IsSubscribed () : boolean

プロパティ値

型: System.Boolean
対象が PolicyCategoryInformation をサブスクライブするかどうかを示すブール値です。サブスクライブする場合は True、サブスクライブしない場合は False です。

関連項目

参照

PolicyCategoryInformation クラス

Microsoft.SqlServer.Management.Dmf 名前空間