Share via


Server.ExecuteReader メソッド

定義

特定の XMLA コマンドを実行し、AmoDataReader を返します

public Microsoft.AnalysisServices.AmoDataReader ExecuteReader (string command, out Microsoft.AnalysisServices.XmlaResultCollection results, System.Collections.IDictionary properties = default, bool wrapCommand = true);
member this.ExecuteReader : string * XmlaResultCollection * System.Collections.IDictionary * bool -> Microsoft.AnalysisServices.AmoDataReader
Public Function ExecuteReader (command As String, ByRef results As XmlaResultCollection, Optional properties As IDictionary = Nothing, Optional wrapCommand As Boolean = true) As AmoDataReader

パラメーター

command
String

XMLA コマンド

results
XmlaResultCollection

コマンドの実行の結果

properties
IDictionary

省略可能なコマンドのプロパティ

wrapCommand
Boolean

コマンドを Execute および Command の要素にラップする必要があるかどうかを示します。

戻り値

コマンドが正常に実行された場合は、AmoDataReader オブジェクト。 それ以外の場合は null。

適用対象