Policy.PolicyEvaluationFinishedEventArgs.Result 속성
Gets or sets a Boolean value that specifies the result of the policy evaluation.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Property Result As Boolean
Get
Set
‘사용 방법
Dim instance As Policy.PolicyEvaluationFinishedEventArgs
Dim value As Boolean
value = instance.Result
instance.Result = value
public bool Result { get; set; }
public:
property bool Result {
bool get ();
void set (bool value);
}
member Result : bool with get, set
function get Result () : boolean
function set Result (value : boolean)
속성 값
유형: System.Boolean
A Boolean value that specifies the result of the policy evaluation.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.