次の方法で共有


Server.SendXmlaRequest メソッド

定義

オーバーロード

SendXmlaRequest(XmlaRequestType, Stream)

特定のストリームを使用して、指定した種類の XML for Analysis (XMLA) 要求を送信します。

SendXmlaRequest(XmlaRequestType, TextReader)

特定の要求を使用して、指定した種類の XML for Analysis (XMLA) 要求を送信します。

SendXmlaRequest(XmlaRequestType, Stream)

特定のストリームを使用して、指定した種類の XML for Analysis (XMLA) 要求を送信します。

public System.Xml.XmlReader SendXmlaRequest (Microsoft.AnalysisServices.XmlaRequestType type, System.IO.Stream requestStream);
member this.SendXmlaRequest : Microsoft.AnalysisServices.XmlaRequestType * System.IO.Stream -> System.Xml.XmlReader
Public Function SendXmlaRequest (type As XmlaRequestType, requestStream As Stream) As XmlReader

パラメーター

type
XmlaRequestType

送信する要求の種類です。

requestStream
Stream

要求を含むストリームです。

戻り値

要求の結果を含む XmlReader です。

適用対象

SendXmlaRequest(XmlaRequestType, TextReader)

特定の要求を使用して、指定した種類の XML for Analysis (XMLA) 要求を送信します。

public System.Xml.XmlReader SendXmlaRequest (Microsoft.AnalysisServices.XmlaRequestType type, System.IO.TextReader request);
member this.SendXmlaRequest : Microsoft.AnalysisServices.XmlaRequestType * System.IO.TextReader -> System.Xml.XmlReader
Public Function SendXmlaRequest (type As XmlaRequestType, request As TextReader) As XmlReader

パラメーター

type
XmlaRequestType

送信する要求の種類です。

request
TextReader

要求を含む TextReader です。

戻り値

要求の結果を含む XmlReader です。

適用対象