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
参数
- type
类型:Microsoft.AnalysisServices. . :: . .XmlaRequestType
The type of request to send.
- request
类型:System.IO. . :: . .TextReader
A TextReader containing the request.
返回值
类型:System.Xml. . :: . .XmlReader
An XmlReader containing the results of the request.