FacetEvaluationContext Members
Include Protected Members
Include Inherited Members
The FacetEvaluationContext class represents the evaluation context for a facet in policy-based management.
The FacetEvaluationContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
Alter() | Updates any ExecutionModeAttribute object property changes on the instance of SQL Server. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetFacetEvaluationContext(String, Object) | Gets the context that is associated with the attribute. | |
GetFacetEvaluationContext(Type, Object) | Gets the context that is associated with the attribute. | |
GetHashCode() | (Inherited from Object.) | |
GetPropertyValue(String) | Gets the value of the specified property. | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
Refresh() | Refreshes the attribute properties. | |
SetPropertyValue(String, Object) | Sets the value of the specified property. | |
ToString() | (Inherited from Object.) |
Top