Propriété EvaluationDetail.Result

Gets the Boolean value that determines whether the policy executed successfully.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean 
    Get 
    Friend Set
'Utilisation
Dim instance As EvaluationDetail 
Dim value As Boolean 

value = instance.Result
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public bool Result { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property bool Result {
    bool get ();
    internal: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Result : bool with get, internal set
function get Result () : boolean 
internal function set Result (value : boolean)

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the policy executed successfully.If True, the policy executed successfully. Otherwise, False.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Définition de propriétés

Voir aussi

Référence

EvaluationDetail Classe

Espace de noms Microsoft.SqlServer.Management.Dmf