Compartir a través de


PolicyEnabled Propiedad

Gets a Boolean value that indicates whether policy is enabled.

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

Sintaxis

'Declaración
Public ReadOnly Property PolicyEnabled As Boolean
    Get
'Uso
Dim instance As PolicyCategoryInformation
Dim value As Boolean

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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that indicates whether policy is enabled, True if enabled, otherwise False.