Метод GetResult
Gets the result that is returned when an expression is deserialized.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function GetResult As Object
'Применение
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
Возвращаемое значение
Тип: System. . :: . .Object
An Object value that specifies the object that is returned when an expression is deserialized.