Méthode ObjectReference.Deserialize (String, Boolean)

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

VB
'Déclaration
Public Shared Function Deserialize ( _
    xmlFragment As String, _
    xmlFragmentIsComplete As Boolean _
) As ObjectReference
'Utilisation
Dim xmlFragment As String 
Dim xmlFragmentIsComplete As Boolean 
Dim returnValue As ObjectReference 

returnValue = ObjectReference.Deserialize(xmlFragment, _
    xmlFragmentIsComplete)

Paramètres

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

Valeur de retour

Type : Microsoft.AnalysisServices.ObjectReference
An ObjectReference object.

Voir aussi

Référence

ObjectReference Classe

Surcharge Deserialize

Espace de noms Microsoft.AnalysisServices