FilterNodeConstant Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
a node that encapsulates a constant in the filter
[System.Runtime.InteropServices.ComVisible(false)]
public class FilterNodeConstant : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterNodeConstant = class
inherit FilterNode
Public Class FilterNodeConstant
Inherits FilterNode
- Inheritance
- Attributes
Constructors
| FilterNodeConstant(Object, FilterNodeConstant+ObjectType) |
initalize with value and type |
Properties
| NodeType |
type of the node |
| ObjType |
type of the constant |
| Value |
value of the constant |
| ValueAsString |
get the raw constant value as string |
Methods
| GetHashCode() | |
| ToString() |
Converts the value to a string that can be used as a parameter in a SQL script. |
Operators
| Implicit(FilterNodeConstant to String) |
implicit cast to string |