ExpressionNode 类
The ExpressionNode object represents a policy-based management expression node. The expression node describes part of an expression, such as a constant value, an operator, or a function.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Dmf..::..ExpressionNode
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeAttribute
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeChildren
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeConstant
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public MustInherit Class ExpressionNode
用法
Dim instance As ExpressionNode
public abstract class ExpressionNode
public ref class ExpressionNode abstract
[<AbstractClassAttribute>]
type ExpressionNode = class end
public abstract class ExpressionNode
ExpressionNode 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
LastEvaluationResult | |
![]() |
Tag | Gets the tag text that is associated with the expression node. |
![]() |
Type | Gets the type of expression node. |
![]() |
TypeClass | Gets the class type when the expression node represents an object. |
页首
方法
页首
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。