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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeChildren
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeGroup
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public MustInherit Class FilterNodeChildren _
Inherits FilterNode
'Usage
Dim instance As FilterNodeChildren
[ComVisibleAttribute(false)]
public abstract class FilterNodeChildren : FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNodeChildren abstract : public FilterNode
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type FilterNodeChildren =
class
inherit FilterNode
end
public abstract class FilterNodeChildren extends FilterNode
The FilterNodeChildren type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
NodeType | Gets the type of the node. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from FilterNode.) |
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. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from FilterNode.) |
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.