ConnectionEvaluationHistory.Result Property
Gets or sets a Boolean value that specifies whether the policy executed successfully.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean
Get
Friend Set
'Usage
Dim instance As ConnectionEvaluationHistory
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)
Property Value
Type: System.Boolean
A Boolean value that specifies whether the policy executed successfully.If True, the policy executed successfully. Otherwise, False.
See Also
Reference
ConnectionEvaluationHistory Class
Microsoft.SqlServer.Management.Dmf Namespace