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 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)

属性值

类型: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 版本支持此命名空间、类或成员。

示例

设置属性