Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.