FilterNodeGroup Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a FilterNode object enclosed in parenthesis.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeChildren
      Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeGroup

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class FilterNodeGroup _
    Inherits FilterNodeChildren
'Usage
Dim instance As FilterNodeGroup
[ComVisibleAttribute(false)]
public class FilterNodeGroup : FilterNodeChildren
[ComVisibleAttribute(false)]
public ref class FilterNodeGroup : public FilterNodeChildren
[<ComVisibleAttribute(false)>]
type FilterNodeGroup =  
    class
        inherit FilterNodeChildren
    end
public class FilterNodeGroup extends FilterNodeChildren

The FilterNodeGroup type exposes the following members.

Constructors

  Name Description
Public method FilterNodeGroup Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterNodeGroup class.

Top

Properties

  Name Description
Public property Node Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the FilterNode object that is enclosed in parenthesis.
Public property NodeType Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a FilterNode.Type value that indicates the type of the node. (Overrides FilterNode.NodeType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns hash code for the specified value of the children. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from FilterNodeChildren.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a string representation of this object. (Overrides FilterNode.ToString().)

Top

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.