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 | |
---|---|---|
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 | |
---|---|---|
NodeType | Gets a FilterNode.Type value that indicates the type of the node. (Overrides FilterNode.NodeType.) | |
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. | |
Value | Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the value of the constant. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (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. Returns a string representation of the object. (Overrides FilterNode.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
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.