Freigeben über


PolicyCategoryInformation.IsEmptyCategory-Eigenschaft

Gets a Boolean value that indicates whether Policy is null.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmptyCategory As Boolean 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Boolean
A Boolean value, True if the Policy is null, otherwise False.

Siehe auch

Verweis

PolicyCategoryInformation Klasse

Microsoft.SqlServer.Management.Dmf-Namespace