Condividi tramite


Proprietà ResultDetail

Gets the result details from the policy evaluation.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.