Partager via


Classe BusinessLogicCommand

Represents a business logic command.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicCommand

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Class BusinessLogicCommand _
    Implements IDbCommand, IDisposable
'Utilisation
Dim instance As BusinessLogicCommand
public class BusinessLogicCommand : IDbCommand, 
    IDisposable
public ref class BusinessLogicCommand : IDbCommand, 
    IDisposable
type BusinessLogicCommand =  
    class 
        interface IDbCommand 
        interface IDisposable 
    end
public class BusinessLogicCommand implements IDbCommand, IDisposable

Le type BusinessLogicCommand expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BusinessLogicCommand() Initializes a new instance of the BusinessLogicCommand class.
Méthode publique BusinessLogicCommand(String) Initializes a new instance of the BusinessLogicCommand class.
Méthode publique BusinessLogicCommand(BusinessLogicConnection) Initializes a new instance of the BusinessLogicCommand class.
Méthode publique BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet) Initializes a new instance of the BusinessLogicCommand class.
Méthode publique BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction) Initializes a new instance of the BusinessLogicCommand class.

Haut de la page

Propriétés

  Nom Description
Propriété publique CommandText Gets or sets the text command to run against the data source.
Propriété publique CommandTimeout Gets or sets the time in seconds to wait for the command to execute.
Propriété publique CommandType Gets or sets the command type.
Propriété publique Connection Gets or sets the connection to the data source.
Propriété publique Parameters Gets the collection of business logic parameters.
Propriété publique Transaction Gets or sets the transaction within which the command executes.
Propriété publique UpdatedRowSource Gets or sets the updated row source.

Haut de la page

Méthodes

  Nom Description
Méthode publique Cancel Cancels the execution of a BusinessLogicCommand.
Méthode publique CreateParameter Creates a new instance of an IDbDataParameter object.
Méthode publique Dispose Releases all resources used by the current instance of the BusinessLogicCommand.
Méthode publique Equals (hérité de Object.)
Méthode publique ExecuteNonQuery Executes a statement against a connection object.
Méthode publique ExecuteReader() Executes the CommandText against the Connection, and returns an IDataReader.
Méthode publique ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
Méthode publique ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Prepare Creates a prepared version of the command on the data source.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée IDbCommand.Parameters Gets the IDataParameterCollection.

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.SqlServer.Replication.BusinessLogicSupport