Поделиться через


Метод 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