Server.SendXmlaRequest Method
Include Protected Members
Include Inherited Members
Sends an XML for Analysis (XMLA) request.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SendXmlaRequest(XmlaRequestType, Stream) | Sends an XML for Analysis (XMLA) request of the specified type using the specified stream. | |
SendXmlaRequest(XmlaRequestType, TextReader) | Sends an XML for Analysis (XMLA) request of the specified type using the specified stream. |
Top