Metoda Server.StartXmlaRequest
Uruchamia XML for Analysis (XMLA) żądania do serwera.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function StartXmlaRequest ( _
type As XmlaRequestType _
) As XmlWriter
'Użycie
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
Parametry
- type
Typ: Microsoft.AnalysisServices.XmlaRequestType
Typ żądanie rozpoczęcia.
Wartość zwracana
Typ: System.Xml.XmlWriter
XmlWriter żądania do przechowywania.