Prepare Método
Verifies that the AdomdCommand can run.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Sub Prepare
'Uso
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()
Implementa
Excepciones
Excepción | Condición |
---|---|
AdomdErrorResponseException | The provider returned an error in response. |
AdomdUnknownResponseException | The provider sent an unrecognizable response. |
System..::..InvalidOperationException | The CommandText property was improperly set. |