Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
Nach oben
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. |
Nach oben
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 ) |
Nach oben
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Nach oben
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICloneable.Clone | ||
| IDbCommand.CreateParameter | ||
| IDbCommand.ExecuteReader | Overloaded. |
Nach oben
Siehe auch
Verweis
AdomdCommand Class
Microsoft.AnalysisServices.AdomdServer Namespace
.gif)
.gif)
.gif)
.gif)