FacetEvaluationContext 类
The FacetEvaluationContext class represents the evaluation context for a facet in policy-based management.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Facets..::..FacetEvaluationContext
命名空间: Microsoft.SqlServer.Management.Facets
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public NotInheritable Class FacetEvaluationContext
用法
Dim instance As FacetEvaluationContext
public sealed class FacetEvaluationContext
public ref class FacetEvaluationContext sealed
[<SealedAttribute>]
type FacetEvaluationContext = class end
public final class FacetEvaluationContext
FacetEvaluationContext 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Interface | Gets the interface that is associated with the evaluation context. |
![]() |
Target | Gets the object that is associated with the evaluation context. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Alter | Updates any ExecutionModeAttribute object property changes on the instance of SQL Server. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 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 | (从 Object 继承。) |
![]() |
GetPropertyValue | Gets the value of the specified property. |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
Refresh | Refreshes the attribute properties. |
![]() |
SetPropertyValue | Sets the value of the specified property. |
![]() |
ToString | (从 Object 继承。) |
页首
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。