Metodo Server.StartXmlaRequest

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function StartXmlaRequest ( _
    type As XmlaRequestType _
) As XmlWriter
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.AnalysisServices