Server.EndXmlaRequest 메서드
Ends the last XML for Analysis (XMLA) request.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function EndXmlaRequest As XmlReader
‘사용 방법
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
반환 값
유형: System.Xml.XmlReader
The ended XMLA request.