Método ExpressionNode.GetResultString
Gets the result in string format that is returned when an expression is deserialized.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.String
A String value that specifies the object that is returned when an expression is deserialized.