AdomdCommand.ExecuteCellSet 메서드

Runs the AdomdCommand and returns a 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
The cell set.

예외

예외 조건
AdomdErrorResponseException

The provider returned an error in response.

AdomdUnknownResponseException

The provider sent an unrecognizable response.

AdomdConnectionException

The connection was broken.

System.InvalidOperationException

An error occurred because one of the following conditions was met:

주의

The ExecuteCellSet method tries to run the command that is contained by the AdomdCommand and returns a CellSet that contains the results of the command.

If the provider does not return a valid analytical data set, an exception is thrown.

참고 항목

참조

AdomdCommand 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스