Condividi tramite


Metodo ExpressionNode.GetResultString

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Function GetResultString As String
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

ExpressionNode Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf