Méthode ExpressionNode.GetResultString
Gets the result in string format that is returned when an expression is deserialized.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function GetResultString As String
'Utilisation
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
Valeur de retour
Type : System.String
A String value that specifies the object that is returned when an expression is deserialized.