Share via


GetResultString-Methode

Gets the result in string format that is returned when an expression is deserialized.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function GetResultString As String
'Usage
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

Rückgabewert

Typ: System. . :: . .String
A String value that specifies the object that is returned when an expression is deserialized.