共用方式為


EvaluationDetail.Result 屬性

Gets the Boolean value that determines 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 EvaluationDetail 
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.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

範例

設定屬性

請參閱

參考

EvaluationDetail 類別

Microsoft.SqlServer.Management.Dmf 命名空間