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 命名空間