Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Return Value
Type: System.String
A String value that specifies the object that is returned when an expression is deserialized.