Compartir a través de


StartXmlaRequest Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Xml. . :: . .XmlWriter
An XmlWriter to store the request into.