Méthode ExpressionNode.GetResult
Gets the result 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
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetResult As Object
'Utilisation
Dim instance As ExpressionNode
Dim returnValue As Object
returnValue = instance.GetResult()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public Object GetResult()
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
Object^ GetResult()
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member GetResult : unit -> Object
public function GetResult() : Object
Valeur de retour
Type : System.Object
An Object value that specifies the object that is returned when an expression is deserialized.