StartXmlaRequest 메서드

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

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

구문

‘선언
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.