다음을 통해 공유


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 버전에서만 지원됩니다.