ExpressionNodeChildren Class
The ExpressionNodeChildren object represents the child expression nodes that are dependent on an expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public MustInherit Class ExpressionNodeChildren _
Inherits ExpressionNode
'Usage
Dim instance As ExpressionNodeChildren
public abstract class ExpressionNodeChildren : ExpressionNode
public ref class ExpressionNodeChildren abstract : public ExpressionNode
[<AbstractClassAttribute>]
type ExpressionNodeChildren =
class
inherit ExpressionNode
end
public abstract class ExpressionNodeChildren extends 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.ExpressionNodeChildren
Microsoft.SqlServer.Management.Dmf.ExpressionNodeFunction
Microsoft.SqlServer.Management.Dmf.ExpressionNodeGroup
Microsoft.SqlServer.Management.Dmf.ExpressionNodeOperator
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.