Partager via


Classe AdomdCommand

Represents a command to run against a analytical data source.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdServer.AdomdCommand

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class AdomdCommand _
    Implements IDisposable, IDbCommand, ICloneable
'Utilisation
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

Le type AdomdCommand expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdCommand() Initializes a new instance of the AdomdCommand class with default values.
Méthode publique AdomdCommand(String) Initializes a new instance of the AdomdCommand class with the text of the command.

Haut de la page

Propriétés

  Nom Description
Propriété publique CommandText Gets or sets the command to run.
Propriété publique 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.
Propriété publique CommandType Gets or sets the System.Data.CommandType used by the AdomdCommand.
Propriété publique Parameters Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the AdomdCommand.
Méthode publique Cancel Tries to cancel the command that the AdomdCommand is currently running.
Méthode publique Clone Creates and returns an instance of an AdomdCommand class based on the current AdomdCommand.
Méthode publique CreateParameter Returns a newly created AdomdParameter.
Méthode publique Dispose Releases all resources used by the AdomdCommand.
Méthode publique Equals (hérité de Object.)
Méthode publique ExecuteNonQuery Runs the AdomdCommand without returning any results.
Méthode publique ExecuteReader() Runs the AdomdCommand and returns an AdomdDataReader.
Méthode publique ExecuteReader(CommandBehavior) Runs the AdomdCommand using the specified CommandBehavior enumeration value and returns an AdomdDataReader.
Méthode publique ExecuteScalar Executes the statement and returns the first object of the first column.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Prepare Verifies that the AdomdCommand can run.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new object that is a copy of the current instance of this object.
Implémentation d'interface expliciteMéthode privée IDbCommand.CreateParameter Creates and returns a new instance of an IDbDataParameter object.
Implémentation d'interface expliciteMéthode privée IDbCommand.ExecuteReader() Executes the CommandText against the Connection and builds an IDataReader.
Implémentation d'interface expliciteMéthode privée IDbCommand.ExecuteReader(CommandBehavior) Executes the CommandText against the Connection and builds an IDataReader using one of the CommandBehavior values.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdServer