FilterNodeGroup Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a FilterNode object enclosed in parenthesis.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeChildren
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeGroup
| Name | Description | |
|---|---|---|
![]() | FilterNodeGroup(FilterNode^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterNodeGroup class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | 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.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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().) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


