Share via


FilterNodeConstant Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a constant in a filter.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
    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 Class FilterNodeConstant _
    Inherits FilterNode
'Usage
Dim instance As FilterNodeConstant
[ComVisibleAttribute(false)]
public class FilterNodeConstant : FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNodeConstant : public FilterNode
[<ComVisibleAttribute(false)>]
type FilterNodeConstant =  
    class 
        inherit FilterNode 
    end
public class FilterNodeConstant extends FilterNode

The FilterNodeConstant type exposes the following members.

Constructors

  Name Description
Public method FilterNodeConstant Do not reference this member directly in your code. It supports the SQL Server infrastructure. Initializes a new instance of the FilterNodeConstant class.

Top

Properties

  Name Description
Public property NodeType Gets a FilterNode.Type value that indicates the type of the node. (Overrides FilterNode.NodeType.)
Public property ObjType Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets an FilterNodeConstant.ObjectType value that indicates the constant type.
Public property Value Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the value of the constant.
Public property ValueAsString Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a string representation of the constant value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (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. Returns a string representation of the object. (Overrides FilterNode.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Implicit(FilterNodeConstant to String) Do not reference this member directly in your code. It supports the SQL Server infrastructure. Coverts the specified FilterNodeConstant object to a string.

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