Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.