AdomdCommand 类

定义

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
继承
AdomdCommand
实现

构造函数

AdomdCommand()

初始化 AdomdCommand 类的新实例。

AdomdCommand(String)

初始化 AdomdCommand 类的新实例。

AdomdCommand(String, AdomdConnection)

初始化 AdomdCommand 类的新实例。

属性

ActivityID

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

CommandStream

CommandStream

CommandText

CommandText

CommandTimeout

CommandTimeout

CommandType

CommandType

Connection

连接

Parameters

参数

Properties

属性

RequestPriority

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

UpdatedRowSource

UpdatedRowSource

方法

Cancel()

取消

Clone()

克隆

CreateParameter()

CreateParameter

Execute()

执行

ExecuteCellSet()

ExecuteCellSet

ExecuteNonQuery()

ExecuteNonQuery

ExecuteReader()

ExecuteReader

ExecuteReader(CommandBehavior)

ExecuteReader

ExecuteScalar()

ExecuteScalar

ExecuteXmlReader()

ExecuteXmlReader

Prepare()

准备

显式接口实现

ICloneable.Clone()

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.Connection

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.CreateParameter()

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.ExecuteReader()

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.ExecuteReader(CommandBehavior)

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.Parameters

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

IDbCommand.Transaction

Microsoft.AnalysisServices.AdomdClient.AdomdCommand

适用于