Compartir a través de


AdomdCommand Miembros

Represents a command to be run against an analytical data source.

El tipo AdomdCommand expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AdomdCommand() () () () Initializes a new instance of the AdomdCommand class with default values.
Método publico AdomdCommand(String) Initializes a new instance of the AdomdCommand class with the text of the command.
Método publico AdomdCommand(String, AdomdConnection) Initializes a new instance of the AdomdCommand class with the text of the command and an AdomdConnection.

Principio

Métodos

  Nombre Descripción
Método publico Cancel Tries to cancel the execution of the AdomdCommand.
Método publico Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
Método publico CreateObjRef (Se hereda de MarshalByRefObject).
Método publico CreateParameter Returns a newly created AdomdParameter.
Método publico Dispose (Se hereda de Component).
Método protegido Dispose (Se hereda de Component).
Método publico Equals (Se hereda de Object).
Método publico Execute Runs the AdomdCommand, and returns either a CellSet or an AdomdDataReader.
Método publico ExecuteCellSet Runs the AdomdCommand and returns a CellSet.
Método publico ExecuteNonQuery Runs the AdomdCommand without returning any results.
Método publico ExecuteReader() () () () Runs the AdomdCommand and returns an AdomdDataReader.
Método publico ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified System.Data..::..CommandBehaviorenumeration value and returns an AdomdDataReader.
Método publico ExecuteScalar This member is reserved for future use.
Método publico ExecuteXmlReader Runs the AdomdCommand and returns an System.Xml..::..XmlReader.
Método protegido Finalize (Se hereda de Component).
Método publico GetHashCode (Se hereda de Object).
Método publico GetLifetimeService (Se hereda de MarshalByRefObject).
Método protegido GetService (Se hereda de Component).
Método publico GetType (Se hereda de Object).
Método publico InitializeLifetimeService (Se hereda de MarshalByRefObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de MarshalByRefObject).
Método publico Prepare Verifies that the AdomdCommand can run.
Método publico ToString (Se hereda de Component).

Principio

Propiedades

  Nombre Descripción
Propiedad protegida CanRaiseEvents (Se hereda de Component).
Propiedad pública CommandStream Gets or sets the command to run, using a System.IO..::..Stream.
Propiedad pública CommandText Gets or sets the command to run.
Propiedad pública CommandTimeout Gets or sets the time to wait for a command to run before the AdomdCommand stops trying to run the command and generates an error.
Propiedad pública CommandType Gets or sets the System.Data..::..CommandType used by the AdomdCommand.
Propiedad pública Connection Gets or sets the AdomdConnection that the AdomdCommand uses.
Propiedad pública Container (Se hereda de Component).
Propiedad protegida DesignMode (Se hereda de Component).
Propiedad protegida Events (Se hereda de Component).
Propiedad pública Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.
Propiedad pública Properties Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdCommand.
Propiedad pública Site (Se hereda de Component).
Propiedad pública UpdatedRowSource This member is reserved for future use.

Principio

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component).

Principio