Server.SendXmlaRequest 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SendXmlaRequest(XmlaRequestType, Stream) |
使用指定的資料流傳送指定類型的 XML for Analysis (XMLA) 要求。 |
SendXmlaRequest(XmlaRequestType, TextReader) |
使用給定的要求,結束指定類型的 XML for Analysis (XMLA) 要求。 |
SendXmlaRequest(XmlaRequestType, Stream)
使用指定的資料流傳送指定類型的 XML for Analysis (XMLA) 要求。
public System.Xml.XmlReader SendXmlaRequest (Microsoft.AnalysisServices.XmlaRequestType type, System.IO.Stream requestStream);
member this.SendXmlaRequest : Microsoft.AnalysisServices.XmlaRequestType * System.IO.Stream -> System.Xml.XmlReader
Public Function SendXmlaRequest (type As XmlaRequestType, requestStream As Stream) As XmlReader
參數
- type
- XmlaRequestType
要傳送的要求類型。
- requestStream
- Stream
包含要求的資料流。
傳回
此 XmlReader 包含要求結果。
適用於
SendXmlaRequest(XmlaRequestType, TextReader)
使用給定的要求,結束指定類型的 XML for Analysis (XMLA) 要求。
public System.Xml.XmlReader SendXmlaRequest (Microsoft.AnalysisServices.XmlaRequestType type, System.IO.TextReader request);
member this.SendXmlaRequest : Microsoft.AnalysisServices.XmlaRequestType * System.IO.TextReader -> System.Xml.XmlReader
Public Function SendXmlaRequest (type As XmlaRequestType, request As TextReader) As XmlReader
參數
- type
- XmlaRequestType
要傳送的要求類型。
- request
- TextReader
此 TextReader 包含要求。
傳回
此 XmlReader 包含要求結果。