次の方法で共有


Server.StartXmlaRequest(XmlaRequestType) メソッド

定義

サーバーへの XML for Analysis (XMLA) 要求を開始します。

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

パラメーター

type
XmlaRequestType

開始する要求の種類です。

戻り値

要求を格納する XmlWriter。

適用対象