Share via


ExpressionNodeConstant.ToString Method

Returns the expression node constant in string format.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ExpressionNodeConstant 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
A String value that specifies the expression node constant in string format.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

ExpressionNodeConstant Class

Microsoft.SqlServer.Management.Dmf Namespace