Share via


Prepare 메서드

Verifies that the AdomdCommand can run.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public Sub Prepare
‘사용 방법
Dim instance As AdomdCommand

instance.Prepare()
public void Prepare()
public:
virtual void Prepare() sealed
abstract Prepare : unit -> unit 
override Prepare : unit -> unit 
public final function Prepare()

구현

IDbCommand. . :: . .Prepare() () () ()

예외

예외 조건
AdomdErrorResponseException

The provider returned an error in response.

AdomdUnknownResponseException

The provider sent an unrecognizable response.

System..::..InvalidOperationException

The CommandText property was improperly set.