Propriedade do RDL EvaluationDetail.ResultDetail
Gets the result details from the policy evaluation.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.String
A String value that contains the description of the results.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.