AdomdCommand Members
Represents a command to be run against an analytical data source.
The following tables list the members exposed by the AdomdCommand type.
Public Constructors
Nombre | Description | |
---|---|---|
AdomdCommand | Overloaded. Initializes a new instance of the AdomdCommand class. |
Arriba
Public Properties
(see also Protected Properties )
Nombre | 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. |
Arriba
Protected Properties
Nombre | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
Arriba
Public Methods
(see also Protected Methods )
Nombre | 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 ) |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Arriba
Public Events
Nombre | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Arriba
Explicit Interface Implementations
Arriba
Vea también
Referencia
AdomdCommand Class
Microsoft.AnalysisServices.AdomdClient Namespace