Bagikan melalui


EvaluationDetail.ResultDetail Property

Gets the result details from the policy evaluation.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property ResultDetail As String 
    Get 
    Friend Set
'Usage
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)

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Setting Properties

See Also

Reference

EvaluationDetail Class

Microsoft.SqlServer.Management.Dmf Namespace