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
パラメーター
- type
型: Microsoft.AnalysisServices.XmlaRequestType
開始する要求の種類です。
戻り値
型: System.Xml.XmlWriter
要求を格納する XmlWriter です。