Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Public Shared Function Deserialize ( _
xmlFragment As String, _
xmlFragmentIsComplete As Boolean _
) As ObjectReference
public static ObjectReference Deserialize (
string xmlFragment,
bool xmlFragmentIsComplete
)
public:
static ObjectReference^ Deserialize (
String^ xmlFragment,
bool xmlFragmentIsComplete
)
public static ObjectReference Deserialize (
String xmlFragment,
boolean xmlFragmentIsComplete
)
public static function Deserialize (
xmlFragment : String,
xmlFragmentIsComplete : boolean
) : ObjectReference
Paramètres
- xmlFragment
The xml fragment to deserialize.
- xmlFragmentIsComplete
true if the xml fragment describes an object completely; otherwise false.
Valeur de retour
An ObjectReference object.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace