Поделиться через


Метод 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.

См. также

Справочник

ExpressionNode Класс

Пространство имен Microsoft.SqlServer.Management.Dmf