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.