Méthode 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
- type
Type : Microsoft.AnalysisServices. . :: . .XmlaRequestType
The type of request to start.
Valeur de retour
Type : System.Xml. . :: . .XmlWriter
An XmlWriter to store the request into.