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 be run against an 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
(see also Protected Properties )
| Name | Description | |
|---|---|---|
![]() |
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 | (inherited from 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 | (inherited from Component ) |
![]() |
UpdatedRowSource | This member is reserved for future use. |
Top
Protected Properties
| Name | Description | |
|---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
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 | (inherited from MarshalByRefObject ) |
![]() |
CreateParameter | Returns a newly created AdomdParameter. |
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Equals | Overloaded. (inherited from 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 | Overloaded. |
![]() |
ExecuteScalar | This member is reserved for future use. |
![]() |
ExecuteXmlReader | Runs the AdomdCommand and returns an System.Xml.XmlReader. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
Prepare | Verifies that the AdomdCommand can run. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Component ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Finalize | (inherited from Component ) |
![]() |
GetService | (inherited from Component ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Public Events
| Name | Description | |
|---|---|---|
![]() |
Disposed | (inherited from Component ) |
Top
Explicit Interface Implementations
Top
See Also
Reference
AdomdCommand Class
Microsoft.AnalysisServices.AdomdClient Namespace
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)