Share via


ExpressionNodeAttribute.ToStringForDisplay Method

Gets the expression node attribute in string format with display formatting.

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

Syntax

'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function ToStringForDisplay As String
'Usage
Dim instance As ExpressionNodeAttribute 
Dim returnValue As String 

returnValue = instance.ToStringForDisplay()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public override string ToStringForDisplay()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
virtual String^ ToStringForDisplay() override
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
abstract ToStringForDisplay : unit -> string 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
override ToStringForDisplay : unit -> string
public override function ToStringForDisplay() : String

Return Value

Type: System.String
A String value that specifies the expression node attribute.

Remarks

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

See Also

Reference

ExpressionNodeAttribute Class

Microsoft.SqlServer.Management.Dmf Namespace