Share via


FilterNodeChildren Class

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
Public property 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
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. (Overrides Object.GetHashCode().)
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. (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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace