Server.StartXmlaRequest(XmlaRequestType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts an XML for Analysis (XMLA) request to the server.
public System.Xml.XmlWriter StartXmlaRequest (Microsoft.AnalysisServices.XmlaRequestType type);
member this.StartXmlaRequest : Microsoft.AnalysisServices.XmlaRequestType -> System.Xml.XmlWriter
Public Function StartXmlaRequest (type As XmlaRequestType) As XmlWriter
Parameters
- type
- XmlaRequestType
The type of request to start.
Returns
An XmlWriter to store the request into.