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 です。

適用対象