ExpressionNode Class
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.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public MustInherit Class ExpressionNode
'Usage
Dim instance As ExpressionNode
public abstract class ExpressionNode
public ref class ExpressionNode abstract
[<AbstractClassAttribute>]
type ExpressionNode = class end
public abstract class ExpressionNode
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Dmf.ExpressionNode
Microsoft.SqlServer.Management.Dmf.ExpressionNodeAttribute
Microsoft.SqlServer.Management.Dmf.ExpressionNodeChildren
Microsoft.SqlServer.Management.Dmf.ExpressionNodeConstant
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.