PolicyEvaluationWrapper Class

Represents a wrapper class for the policy evaluation.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Dmf.PolicyEvaluationWrapper

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.DmfSqlClrWrapper (in Microsoft.SqlServer.DmfSqlClrWrapper.dll)

Syntax

'Declaration
Public NotInheritable Class PolicyEvaluationWrapper
'Usage
Dim instance As PolicyEvaluationWrapper
public sealed class PolicyEvaluationWrapper
public ref class PolicyEvaluationWrapper sealed
[<SealedAttribute>]
type PolicyEvaluationWrapper =  class end
public final class PolicyEvaluationWrapper

The PolicyEvaluationWrapper type exposes the following members.

Constructors

  Name Description
Public method PolicyEvaluationWrapper Initializes a new instance of the PolicyEvaluationWrapper class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member EvaluateAutomatedPolicy Evaluates an automated policy.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Dmf Namespace