Condividi tramite


Metodo Server.EndXmlaRequest

Ends the last XML for Analysis (XMLA) request.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function EndXmlaRequest As XmlReader
'Utilizzo
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

Valore restituito

Tipo: System.Xml.XmlReader
The ended XMLA request.

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.AnalysisServices