ExpressionNodeFunction.ToStringForDisplay 方法
Returns the function as a string formatted for display.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Overrides Function ToStringForDisplay As String
'用途
Dim instance As ExpressionNodeFunction
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 contains the function in string format.
備註
預設建構函式會初始化任何欄位至其預設值。
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。