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
매개 변수
- type
유형: Microsoft.AnalysisServices.XmlaRequestType
The type of request to start.
반환 값
유형: System.Xml.XmlWriter
An XmlWriter to store the request into.