Partager via


Méthode Server.StartXmlaRequest

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.AnalysisServices