Server.SendXmlaRequest 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SendXmlaRequest(XmlaRequestType, Stream) |
지정된 스트림을 사용하여 지정한 유형의 XMLA(XML for Analysis) 요청을 보냅니다. |
SendXmlaRequest(XmlaRequestType, TextReader) |
지정된 요청을 사용하여 지정한 유형의 XMLA(XML for Analysis) 요청을 보냅니다. |
SendXmlaRequest(XmlaRequestType, Stream)
지정된 스트림을 사용하여 지정한 유형의 XMLA(XML for Analysis) 요청을 보냅니다.
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
요청이 포함된 Stream입니다.
반환
요청의 결과가 포함된 XmlReader입니다.
적용 대상
SendXmlaRequest(XmlaRequestType, TextReader)
지정된 요청을 사용하여 지정한 유형의 XMLA(XML for Analysis) 요청을 보냅니다.
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입니다.