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
參數
- type
型別:Microsoft.AnalysisServices.XmlaRequestType
The type of request to start.
傳回值
型別:System.Xml.XmlWriter
An XmlWriter to store the request into.