IsEmptyCategory プロパティ

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean