次の方法で共有


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

パラメーター

戻り値

型: System.Xml. . :: . .XmlReader
要求の結果を含む XmlReader です。