StartXmlaRequest-Methode
Starts an XML for Analysis (XMLA) request to the server.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function StartXmlaRequest ( _
type As XmlaRequestType _
) As XmlWriter
'Usage
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
Parameter
- type
Typ: Microsoft.AnalysisServices. . :: . .XmlaRequestType
The type of request to start.
Rückgabewert
Typ: System.Xml. . :: . .XmlWriter
An XmlWriter to store the request into.