Server.StartXmlaRequest(XmlaRequestType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie une requête XML for Analysis (XMLA) au serveur.
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
Paramètres
- type
- XmlaRequestType
Type de requête à démarrer.
Retours
XmlWriter dans lequel stocker la demande.