共用方式為


ToStringForDisplay 方法

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

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function ToStringForDisplay As String
'用途
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

傳回值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。