FilterNode 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.FilterNodeAttribute
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeChildren
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant
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 FilterNode
'Usage
Dim instance As FilterNode
[ComVisibleAttribute(false)]
public abstract class FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNode abstract
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type FilterNode = class end
public abstract class FilterNode
The FilterNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterNode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
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. |
Top
Methods
Name | Description | |
---|---|---|
Compare | Compares two filter nodes at the same time. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.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.