Compartir a través de


GetResultString Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Function GetResultString As String
'Uso
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

Valor devuelto

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