Server.StartXmlaRequest 메서드

Starts an XML for Analysis (XMLA) request to the server.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
‘사용 방법
Dim instance As Server 
Dim type As XmlaRequestType 
Dim returnValue As XmlWriter 

returnValue = instance.StartXmlaRequest(type)
public XmlWriter StartXmlaRequest(
    XmlaRequestType type
)
public:
XmlWriter^ StartXmlaRequest(
    XmlaRequestType type
)
member StartXmlaRequest : 
        type:XmlaRequestType -> XmlWriter
public function StartXmlaRequest(
    type : XmlaRequestType
) : XmlWriter

매개 변수

반환 값

유형: System.Xml.XmlWriter
An XmlWriter to store the request into.

참고 항목

참조

Server 클래스

Microsoft.AnalysisServices 네임스페이스