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.
Ends the last XML for Analysis (XMLA) request.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function EndXmlaRequest As XmlReader
'Usage
Dim instance As Server
Dim returnValue As XmlReader
returnValue = instance.EndXmlaRequest()
public XmlReader EndXmlaRequest()
public:
XmlReader^ EndXmlaRequest()
member EndXmlaRequest : unit -> XmlReader
public function EndXmlaRequest() : XmlReader
Return Value
Type: System.Xml.XmlReader
The ended XMLA request.