다음을 통해 공유


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 네임스페이스

관련 자료

속성 설정