FilterNodeConstant Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Represents a constant in a filter.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeConstant
| Name | Description | |
|---|---|---|
![]() | FilterNodeConstant(Object^, FilterNodeConstant::ObjectType) | 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(Object^) | (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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




