Compartir a través de


IsEmptyCategory Propiedad

Gets a Boolean value that indicates whether Policy is null.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsEmptyCategory As Boolean
    Get
'Uso
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

Valor de la propiedad

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