Compartilhar via


Método StartXmlaRequest

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

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

Sintaxe

'Declaração
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
'Uso
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

Parâmetros

Valor de retorno

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