ExpressionNode.GetResultString 方法
Gets the result in string format that is returned when an expression is deserialized.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Function GetResultString As String
'用途
Dim instance As ExpressionNode
Dim returnValue As String
returnValue = instance.GetResultString()
public string GetResultString()
public:
String^ GetResultString()
member GetResultString : unit -> string
public function GetResultString() : String
傳回值
型別:System.String
A String value that specifies the object that is returned when an expression is deserialized.