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
Public method Alter() Updates any ExecutionModeAttribute object property changes on the instance of SQL Server. 
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public methodStatic member GetFacetEvaluationContext(String, Object) Gets the context that is associated with the attribute.
Public methodStatic member GetFacetEvaluationContext(Type, Object) Gets the context that is associated with the attribute.
Public method GetHashCode() (Inherited from Object.)
Public method GetPropertyValue(String) Gets the value of the specified property.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Refreshes the attribute properties.
Public method SetPropertyValue(String, Object) Sets the value of the specified property.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Interface Gets the interface that is associated with the evaluation context.
Public property Target Gets the object that is associated with the evaluation context.

Top