Server.SendXmlaRequest メソッド (XmlaRequestType, Stream)
指定したストリームを使用して、指定した種類の XML for Analysis (XMLA) 要求を送信します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function SendXmlaRequest ( _
type As XmlaRequestType, _
requestStream As Stream _
) As XmlReader
'使用
Dim instance As Server
Dim type As XmlaRequestType
Dim requestStream As Stream
Dim returnValue As XmlReader
returnValue = instance.SendXmlaRequest(type, _
requestStream)
public XmlReader SendXmlaRequest(
XmlaRequestType type,
Stream requestStream
)
public:
XmlReader^ SendXmlaRequest(
XmlaRequestType type,
Stream^ requestStream
)
member SendXmlaRequest :
type:XmlaRequestType *
requestStream:Stream -> XmlReader
public function SendXmlaRequest(
type : XmlaRequestType,
requestStream : Stream
) : XmlReader
パラメーター
- type
型: Microsoft.AnalysisServices.XmlaRequestType
送信する要求の種類です。
- requestStream
型: System.IO.Stream
要求を含む Stream です。
戻り値
型: System.Xml.XmlReader
要求の結果を含む XmlReader です。