ObjectReference.Deserialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Deserialize(XmlReader) |
Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader. |
Deserialize(String, Boolean) |
Converts an XML fragment to the ObjectReference specified by the |
Deserialize(XmlReader)
Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
public static Microsoft.AnalysisServices.Tabular.ObjectReference Deserialize (System.Xml.XmlReader xmlReader);
static member Deserialize : System.Xml.XmlReader -> Microsoft.AnalysisServices.Tabular.ObjectReference
Public Shared Function Deserialize (xmlReader As XmlReader) As ObjectReference
Parameters
- xmlReader
- XmlReader
Name of the xmlReader used in the conversion.
Returns
An ObjectReference object.
Applies to
Deserialize(String, Boolean)
Converts an XML fragment to the ObjectReference specified by the xmlFragment
and xmlFragmentIsComplete
parameters.
public static Microsoft.AnalysisServices.Tabular.ObjectReference Deserialize (string xmlFragment, bool xmlFragmentIsComplete);
static member Deserialize : string * bool -> Microsoft.AnalysisServices.Tabular.ObjectReference
Public Shared Function Deserialize (xmlFragment As String, xmlFragmentIsComplete As Boolean) As ObjectReference
Parameters
- xmlFragment
- String
Name of the xml fragment to deserialize.
- xmlFragmentIsComplete
- Boolean
True if the XML fragment describes an object completely, False otherwise.