ExpressionNodeGroup Class

The ExpressionNodeGroup object represents an expression node that is a group.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public NotInheritable Class ExpressionNodeGroup _
    Inherits ExpressionNodeChildren
'Usage
Dim instance As ExpressionNodeGroup
public sealed class ExpressionNodeGroup : ExpressionNodeChildren
public ref class ExpressionNodeGroup sealed : public ExpressionNodeChildren
[<SealedAttribute>]
type ExpressionNodeGroup =  
    class
        inherit ExpressionNodeChildren
    end
public final class ExpressionNodeGroup extends ExpressionNodeChildren

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.ExpressionNodeGroup

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.