Server.SendXmlaRequest 方法 (XmlaRequestType, Stream)
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, _
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
The type of request to send.
- requestStream
型別:System.IO.Stream
A Stream containing the request.
傳回值
型別:System.Xml.XmlReader
An XmlReader containing the results of the request.