共用方式為


ConnectionEvaluationHistory.Result 屬性

Gets or sets a Boolean value that specifies whether the policy executed successfully.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Result As Boolean 
    Get 
    Friend Set
'用途
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)

屬性值

型別:System.Boolean
A Boolean value that specifies whether the policy executed successfully.If True, the policy executed successfully. Otherwise, False.

請參閱

參考

ConnectionEvaluationHistory 類別

Microsoft.SqlServer.Management.Dmf 命名空間

其他資源

設定屬性