Proprietà Policy.HasScript

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasScript As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Policy Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf