Server.StartXmlaRequest(XmlaRequestType) Method

Definition

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.

Applies to