AdomdCommand Class

Definition

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)

Initializes a new instance of the AdomdCommand class.

AdomdCommand(String, AdomdConnection)

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

Applies to