Propriété EvaluationDetail.ResultDetail

Gets the result details from the policy evaluation.

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

Syntaxe

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

value = instance.ResultDetail
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string ResultDetail { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ ResultDetail {
    String^ get ();
    internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ResultDetail : string with get, internal set
function get ResultDetail () : String 
internal function set ResultDetail (value : String)

Valeur de propriété

Type : System.String
A String value that contains the description of the results.

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