Freigeben über


Policy.PolicyEvaluationFinishedEventArgs.Result-Eigenschaft

Gets or sets a Boolean value that specifies the result of the policy evaluation.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Property Result As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
A Boolean value that specifies the result of the policy evaluation.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Policy.PolicyEvaluationFinishedEventArgs Klasse

Microsoft.SqlServer.Management.Dmf-Namespace