共用方式為


SendXmlaRequest 方法 (XmlaRequestType, TextReader)

Sends an XML for Analysis (XMLA) request of the specified type using the specified stream.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function SendXmlaRequest ( _
    type As XmlaRequestType, _
    request As TextReader _
) As XmlReader
'用途
Dim instance As Server
Dim type As XmlaRequestType
Dim request As TextReader
Dim returnValue As XmlReader

returnValue = instance.SendXmlaRequest(type, _
    request)
public XmlReader SendXmlaRequest(
    XmlaRequestType type,
    TextReader request
)
public:
XmlReader^ SendXmlaRequest(
    XmlaRequestType type, 
    TextReader^ request
)
member SendXmlaRequest : 
        type:XmlaRequestType * 
        request:TextReader -> XmlReader 
public function SendXmlaRequest(
    type : XmlaRequestType, 
    request : TextReader
) : XmlReader

參數

傳回值

型別:System.Xml. . :: . .XmlReader
An XmlReader containing the results of the request.