Поделиться через


Элементы AdomdCommand

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

Тип AdomdCommand предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AdomdCommand() () () () Initializes a new instance of the AdomdCommand class with default values.
Открытый метод AdomdCommand(String) Initializes a new instance of the AdomdCommand class with the text of the command.
Открытый метод AdomdCommand(String, AdomdConnection) Initializes a new instance of the AdomdCommand class with the text of the command and an AdomdConnection.

В начало

Методы

  Имя Описание
Открытый метод Cancel Tries to cancel the execution of the AdomdCommand.
Открытый метод Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
Открытый метод CreateObjRef (Наследуется из MarshalByRefObject.)
Открытый метод CreateParameter Returns a newly created AdomdParameter.
Открытый метод Dispose (Наследуется из Component.)
Защищенный метод Dispose (Наследуется из Component.)
Открытый метод Equals (Наследуется из Object.)
Открытый метод Execute Runs the AdomdCommand, and returns either a CellSet or an AdomdDataReader.
Открытый метод ExecuteCellSet Runs the AdomdCommand and returns a CellSet.
Открытый метод ExecuteNonQuery Runs the AdomdCommand without returning any results.
Открытый метод ExecuteReader() () () () Runs the AdomdCommand and returns an AdomdDataReader.
Открытый метод ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified System.Data..::..CommandBehaviorenumeration value and returns an AdomdDataReader.
Открытый метод ExecuteScalar This member is reserved for future use.
Открытый метод ExecuteXmlReader Runs the AdomdCommand and returns an System.Xml..::..XmlReader.
Защищенный метод Finalize (Наследуется из Component.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод GetService (Наследуется из Component.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод InitializeLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из MarshalByRefObject.)
Открытый метод Prepare Verifies that the AdomdCommand can run.
Открытый метод ToString (Наследуется из Component.)

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Наследуется из Component.)
Открытое свойство CommandStream Gets or sets the command to run, using a System.IO..::..Stream.
Открытое свойство CommandText Gets or sets the command to run.
Открытое свойство 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.
Открытое свойство CommandType Gets or sets the System.Data..::..CommandType used by the AdomdCommand.
Открытое свойство Connection Gets or sets the AdomdConnection that the AdomdCommand uses.
Открытое свойство Container (Наследуется из Component.)
Защищенное свойство DesignMode (Наследуется из Component.)
Защищенное свойство Events (Наследуется из Component.)
Открытое свойство Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters used when running the AdomdCommand.
Открытое свойство Properties Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdCommand.
Открытое свойство Site (Наследуется из Component.)
Открытое свойство UpdatedRowSource This member is reserved for future use.

В начало

События

  Имя Описание
Открытое событие Disposed (Наследуется из Component.)

В начало