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()
實作
例外狀況
例外狀況 | 條件 |
---|---|
AdomdErrorResponseException | The provider returned an error in response. |
AdomdUnknownResponseException | The provider sent an unrecognizable response. |
System..::..InvalidOperationException | The CommandText property was improperly set. |