Server.StartXmlaRequest Method

Starts an XML for Analysis (XMLA) request to the server.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
'Usage
Dim instance As Server 
Dim type As XmlaRequestType 
Dim returnValue As XmlWriter 

returnValue = instance.StartXmlaRequest(type)
public XmlWriter StartXmlaRequest(
    XmlaRequestType type
)
public:
XmlWriter^ StartXmlaRequest(
    XmlaRequestType type
)
member StartXmlaRequest : 
        type:XmlaRequestType -> XmlWriter
public function StartXmlaRequest(
    type : XmlaRequestType
) : XmlWriter

Parameters

Return Value

Type: System.Xml.XmlWriter
An XmlWriter to store the request into.

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace