Metodo GetResult
Gets the result that is returned when an expression is deserialized.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Function GetResult As Object
'Utilizzo
Dim instance As ExpressionNode
Dim returnValue As Object
returnValue = instance.GetResult()
public Object GetResult()
public:
Object^ GetResult()
member GetResult : unit -> Object
public function GetResult() : Object
Valore restituito
Tipo: System. . :: . .Object
An Object value that specifies the object that is returned when an expression is deserialized.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche