Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
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.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (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().) |
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.