FilterNodeOperator 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.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 Class FilterNodeOperator _
Inherits FilterNodeChildren
'Usage
Dim instance As FilterNodeOperator
[ComVisibleAttribute(false)]
public class FilterNodeOperator : FilterNodeChildren
[ComVisibleAttribute(false)]
public ref class FilterNodeOperator : public FilterNodeChildren
[<ComVisibleAttribute(false)>]
type FilterNodeOperator =
class
inherit FilterNodeChildren
end
public class FilterNodeOperator extends FilterNodeChildren
The FilterNodeOperator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterNodeOperator | Initializes a new instance of the FilterNodeOperator class with the specified operator type, left parameter, and right parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
Left | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
NodeType | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides FilterNode.NodeType.) | |
OpType | Gets the specified type of operator. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Right | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides FilterNodeChildren.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OpTypeToString | Changes the operation type to String function. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ToString | Returns a string that represents the current object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (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.