Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.