Condividi tramite


Metodo ExecuteNonQuery

Runs the AdomdCommand without returning any results.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Function ExecuteNonQuery As Integer
'Utilizzo
Dim instance As AdomdCommand
Dim returnValue As Integer

returnValue = instance.ExecuteNonQuery()
public int ExecuteNonQuery()
public:
virtual int ExecuteNonQuery() sealed
abstract ExecuteNonQuery : unit -> int 
override ExecuteNonQuery : unit -> int 
public final function ExecuteNonQuery() : int

Valore restituito

Tipo: System. . :: . .Int32
A value of one (1).

Implementa

IDbCommand. . :: . .ExecuteNonQuery() () () ()

Eccezioni

Eccezione Condizione
AdomdErrorResponseException

The provider returned an error in response.

AdomdUnknownResponseException

The provider sent an unrecognizable response.

System..::..InvalidOperationException

The CommandText property was improperly set.

Osservazioni

You can use the ExecuteNonQuery method to run commands that typically do not return a CellSet, such as data definition language (DDL) commands or writeback commands.