AdomdCommand.ExecuteCellSet メソッド
AdomdCommand を実行し、CellSet を返します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Function ExecuteCellSet As CellSet
'使用
Dim instance As AdomdCommand
Dim returnValue As CellSet
returnValue = instance.ExecuteCellSet()
public CellSet ExecuteCellSet()
public:
CellSet^ ExecuteCellSet()
member ExecuteCellSet : unit -> CellSet
public function ExecuteCellSet() : CellSet
戻り値
型: Microsoft.AnalysisServices.AdomdClient.CellSet
セル セットです。
例外
例外 | 条件 |
---|---|
AdomdErrorResponseException | プロバイダーから応答でエラーが返されました。 |
AdomdUnknownResponseException | プロバイダーから認識できない応答が送信されました。 |
AdomdConnectionException | 接続が解除されました。 |
System.InvalidOperationException | 次のいずれかの条件を満たしたため、エラーが発生しました。
|
説明
ExecuteCellSet メソッドは、AdomdCommand に含まれるコマンドの実行を試行し、コマンドの結果を含む CellSet を返します。
プロバイダーにより有効な分析データセットが返されない場合は、例外がスローされます。