AdomdCommand.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.

请参阅

参考

AdomdCommand 类

Microsoft.AnalysisServices.AdomdServer 命名空间