AdomdCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.AnalysisServices.AdomdClient.AdomdCommand
public sealed class AdomdCommand : System.ComponentModel.Component, ICloneable, IDisposable, System.Data.IDbCommand
type AdomdCommand = class
inherit Component
interface IDbCommand
interface IDisposable
interface ICloneable
Public NotInheritable Class AdomdCommand
Inherits Component
Implements ICloneable, IDbCommand, IDisposable
- Inheritance
-
AdomdCommand
- Implements
Constructors
AdomdCommand() |
Initializes a new instance of the AdomdCommand class. |
AdomdCommand(String, AdomdConnection) |
Initializes a new instance of the AdomdCommand class. |
AdomdCommand(String) |
Initializes a new instance of the AdomdCommand class. |
Properties
ActivityID | |
CommandStream |
CommandStream |
CommandText |
CommandText |
CommandTimeout |
CommandTimeout |
CommandType |
CommandType |
Connection |
Connection |
Parameters |
Parameters |
Properties |
Properties |
RequestPriority | |
UpdatedRowSource |
UpdatedRowSource |
Methods
Cancel() |
Cancel |
Clone() |
Clone |
CreateParameter() |
CreateParameter |
Execute() |
Execute |
ExecuteCellSet() |
ExecuteCellSet |
ExecuteNonQuery() |
ExecuteNonQuery |
ExecuteReader() |
ExecuteReader |
ExecuteReader(CommandBehavior) |
ExecuteReader |
ExecuteScalar() |
ExecuteScalar |
ExecuteXmlReader() |
ExecuteXmlReader |
Prepare() |
Prepare |
Explicit Interface Implementations
ICloneable.Clone() | |
IDbCommand.Connection | |
IDbCommand.CreateParameter() | |
IDbCommand.ExecuteReader() | |
IDbCommand.ExecuteReader(CommandBehavior) | |
IDbCommand.Parameters | |
IDbCommand.Transaction |