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.