Элементы 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. |
В начало
Явные реализации интерфейса
В начало
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)