EvaluationDetail.ResultDetail Property

 

Applies To: SQL Server 2016 Preview

Gets the result details from the policy evaluation.

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

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string ResultDetail { get; internal set; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None)]
property String^ ResultDetail {
    String^ get();
    internal: void set(String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member ResultDetail : string with get, internal set
<SfcPropertyAttribute(SfcPropertyFlags.None)>
Public Property ResultDetail As String
    Get
    Friend Set
End Property

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

Legacy Code Example

Setting Properties

See Also

EvaluationDetail Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top