ExpressionNodeChildren.ToString 方法
Gets the expression node children in string format.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Overrides Function ToString As String
'用途
Dim instance As ExpressionNodeChildren
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
傳回值
型別:System.String
A String value that specifies the expression node children.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。