Server.StartXmlaRequest メソッド

サーバーへの XML for Analysis (XMLA) 要求を開始します。

名前空間:  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

パラメーター

戻り値

型: System.Xml.XmlWriter
要求を格納する XmlWriter です。

関連項目

参照

Server クラス

Microsoft.AnalysisServices 名前空間