Поделиться через


Метод ObjectReference.Deserialize (String, Boolean)

Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Shared Function Deserialize ( _
    xmlFragment As String, _
    xmlFragmentIsComplete As Boolean _
) As ObjectReference
'Применение
Dim xmlFragment As String 
Dim xmlFragmentIsComplete As Boolean 
Dim returnValue As ObjectReference 

returnValue = ObjectReference.Deserialize(xmlFragment, _
    xmlFragmentIsComplete)
public static ObjectReference Deserialize(
    string xmlFragment,
    bool xmlFragmentIsComplete
)
public:
static ObjectReference^ Deserialize(
    String^ xmlFragment, 
    bool xmlFragmentIsComplete
)
static member Deserialize : 
        xmlFragment:string * 
        xmlFragmentIsComplete:bool -> ObjectReference
public static function Deserialize(
    xmlFragment : String, 
    xmlFragmentIsComplete : boolean
) : ObjectReference

Параметры

  • xmlFragment
    Тип: System.String
    The xml fragment to deserialize.
  • xmlFragmentIsComplete
    Тип: System.Boolean
    true if the xml fragment describes an object completely; otherwise false.

Возвращаемое значение

Тип: Microsoft.AnalysisServices.ObjectReference
An ObjectReference object.

См. также

Справочник

ObjectReference Класс

Перегрузка Deserialize

Пространство имен Microsoft.AnalysisServices