Поделиться через


Класс AdomdCommand

Represents a command to run against a analytical data source.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdCommand

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class AdomdCommand _
    Implements IDisposable, IDbCommand, ICloneable
'Применение
Dim instance As AdomdCommand
public sealed class AdomdCommand : IDisposable, 
    IDbCommand, ICloneable
public ref class AdomdCommand sealed : IDisposable, 
    IDbCommand, ICloneable
[<SealedAttribute>]
type AdomdCommand =  
    class 
        interface IDisposable 
        interface IDbCommand 
        interface ICloneable 
    end
public final class AdomdCommand implements IDisposable, IDbCommand, ICloneable

Тип AdomdCommand обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод AdomdCommand() Initializes a new instance of the AdomdCommand class with default values.
Открытый метод AdomdCommand(String) Initializes a new instance of the AdomdCommand class with the text of the command.

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the AdomdCommand.
Открытый метод Cancel Tries to cancel the command that the AdomdCommand is currently running.
Открытый метод Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
Открытый метод CreateParameter Returns a newly created AdomdParameter.
Открытый метод Dispose Releases all resources used by the AdomdCommand.
Открытый метод Equals (Производный от Object.)
Открытый метод ExecuteNonQuery Runs the AdomdCommand without returning any results.
Открытый метод ExecuteReader() Runs the AdomdCommand and returns an AdomdDataReader.
Открытый метод ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified CommandBehavior enumeration value and returns an AdomdDataReader.
Открытый метод ExecuteScalar Executes the statement and returns the first object of the first column.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Prepare Verifies that the AdomdCommand can run.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates a new object that is a copy of the current instance of this object.
Явная реализация интерфейсаЗакрытый метод IDbCommand.CreateParameter Creates and returns a new instance of an IDbDataParameter object.
Явная реализация интерфейсаЗакрытый метод IDbCommand.ExecuteReader() Executes the CommandText against the Connection and builds an IDataReader.
Явная реализация интерфейсаЗакрытый метод IDbCommand.ExecuteReader(CommandBehavior) Executes the CommandText against the Connection and builds an IDataReader using one of the CommandBehavior values.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer