Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a command to run against a analytical data source.
The following tables list the members exposed by the AdomdCommand type.
Public Constructors
| Name | Description | |
|---|---|---|
| AdomdCommand | Overloaded. Initializes a new instance of the AdomdCommand class. |
Top
Public Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
Parameters | Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
{dtor} | Releases all resources used by the AdomdCommand. |
![]() |
Cancel | Tries to cancel the command that the AdomdCommand is currently running. |
![]() |
Clone | Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand. |
![]() |
CreateParameter | Returns a newly created AdomdParameter. |
![]() |
Dispose | Releases all resources used by the AdomdCommand. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
ExecuteNonQuery | Runs the AdomdCommand without returning any results. |
![]() |
ExecuteReader | Overloaded. Runs the AdomdCommand. |
![]() |
ExecuteScalar | This member is reserved for future use. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
Prepare | Verifies that the AdomdCommand can run. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable.Clone | ||
| IDbCommand.CreateParameter | ||
| IDbCommand.ExecuteReader | Overloaded. |
Top
See Also
Reference
AdomdCommand Class
Microsoft.AnalysisServices.AdomdServer Namespace
.gif)
.gif)
.gif)
.gif)