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

매개 변수

반환 값

유형: System.Xml.XmlReader
An XmlReader containing the results of the request.

참고 항목

참조

Server 클래스

SendXmlaRequest 오버로드

Microsoft.AnalysisServices 네임스페이스