Compartir a través de


EvaluationDetail.ResultDetail Propiedad

Gets the result details from the policy evaluation.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

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

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Establecer propiedades

Vea también

Referencia

EvaluationDetail Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf