Метод Server.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.