Compartir a través de


Policy.HasScript Propiedad

Gets the Boolean value that specifies whether the policy has a script.

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

Sintaxis

'Declaración
Public ReadOnly Property HasScript As Boolean 
    Get
'Uso
Dim instance As Policy 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
A Boolean object that specifies whether the policy has a script.If True, the policy has a script. Otherwise, False.

Ejemplos

Establecer propiedades

Vea también

Referencia

Policy Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf