FilterNodeConstant Class

 

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

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

System::Object
  Microsoft.SqlServer.Management.Sdk.Sfc::FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc::FilterNodeConstant

[ComVisibleAttribute(false)]
public ref class FilterNodeConstant : FilterNode

NameDescription
System_CAPS_pubmethodFilterNodeConstant(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.

NameDescription
System_CAPS_pubpropertyNodeType

Gets a FilterNode::Type value that indicates the type of the node.(Overrides FilterNode::NodeType.)

System_CAPS_pubpropertyObjType

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.

System_CAPS_pubpropertyValue

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the value of the constant.

System_CAPS_pubpropertyValueAsString

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a string representation of the constant value.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticImplicit(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.

Return to top
Show: