Bagikan melalui


ObjectReference.Serialize Method

Converts the ObjectReference to an XML version.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Serialize As String
'Usage
Dim instance As ObjectReference 
Dim returnValue As String 

returnValue = instance.Serialize()
public string Serialize()
public:
String^ Serialize()
member Serialize : unit -> string
public function Serialize() : String

Return Value

Type: System.String
An XML version of the ObjectReference.

See Also

Reference

ObjectReference Class

Serialize Overload

Microsoft.AnalysisServices Namespace