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.