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


Класс AdomdCommand

Represents a command to be run against an analytical data source.

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

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices.AdomdClient..::..AdomdCommand

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

Синтаксис

'Декларация
Public NotInheritable Class AdomdCommand _
    Inherits Component _
    Implements IDbCommand, IDisposable, ICloneable
'Применение
Dim instance As AdomdCommand
public sealed class AdomdCommand : Component, 
    IDbCommand, IDisposable, ICloneable
public ref class AdomdCommand sealed : public Component, 
    IDbCommand, IDisposable, ICloneable
[<SealedAttribute>]
type AdomdCommand =  
    class
        inherit Component
        interface IDbCommand
        interface IDisposable
        interface ICloneable
    end
public final class AdomdCommand extends Component implements IDbCommand, IDisposable, 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.
Открытый метод AdomdCommand(String, AdomdConnection) Initializes a new instance of the AdomdCommand class with the text of the command and an AdomdConnection.

В начало

Свойства

  Имя Описание
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство 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 (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от 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 (Производный от Component.)
Открытое свойство UpdatedRowSource This member is reserved for future use.

В начало

Методы

  Имя Описание
Открытый метод 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 (Производный от MarshalByRefObject.)
Открытый метод CreateParameter Returns a newly created AdomdParameter.
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от 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() () () () Runs the AdomdCommand and returns an AdomdDataReader.
Открытый метод ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified System.Data..::..CommandBehaviorenumeration value and returns an AdomdDataReader.
Открытый метод ExecuteScalar This member is reserved for future use.
Открытый метод ExecuteXmlReader Runs the AdomdCommand and returns an System.Xml..::..XmlReader.
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Открытый метод Prepare Verifies that the AdomdCommand can run.
Открытый метод ToString (Производный от Component.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

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

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