Propriedade do RDL EvaluationHistory.Result
Gets the Boolean value that determines whether the policy executed successfully.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean
Get
Friend Set
'Uso
Dim instance As EvaluationHistory
Dim value As Boolean
value = instance.Result
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public bool Result { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property bool Result {
bool get ();
internal: void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Result : bool with get, internal set
function get Result () : boolean
internal function set Result (value : boolean)
Valor da propriedade
Tipo: System.Boolean
A Boolean value that specifies whether the policy executed successfully.If True, the policy executed successfully. Otherwise, False.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.