Propriété Policy.PolicyEvaluationFinishedEventArgs.Result
Gets or sets a Boolean value that specifies the result of the policy evaluation.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property Result As Boolean
Get
Set
'Utilisation
Dim instance As Policy.PolicyEvaluationFinishedEventArgs
Dim value As Boolean
value = instance.Result
instance.Result = value
public bool Result { get; set; }
public:
property bool Result {
bool get ();
void set (bool value);
}
member Result : bool with get, set
function get Result () : boolean
function set Result (value : boolean)
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies the result of the policy evaluation.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.