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 | |
---|---|---|
PolicyEvaluationWrapper | Initializes a new instance of the PolicyEvaluationWrapper class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
EvaluateAutomatedPolicy | Evaluates an automated policy. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.