ObjectReference.Deserialize メソッド (String, Boolean)
XML フラグメントを xmlFragment パラメーターと xmlFragmentIsComplete パラメーターで指定した ObjectReference オブジェクトに変換します。
名前空間: 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
シリアル化解除する XML フラグメントです。
- xmlFragmentIsComplete
型: System.Boolean
XML フラグメントでオブジェクトが適切に記述されている場合は true、適切に記述されていない場合は false です。
戻り値
型: Microsoft.AnalysisServices.ObjectReference
ObjectReference オブジェクトです。