FilterNodeConstant Class
SQL Server 2012
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a constant in a filter.
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant
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)
The FilterNodeConstant type exposes the following members.
| 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. |
| 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. |
| 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().) |
| 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. |

