Compartir a través de


Clase BusinessLogicCommand

Represents a business logic command.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicCommand _
    Implements IDbCommand, IDisposable
'Uso
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

El tipo BusinessLogicCommand expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicCommand() Initializes a new instance of the BusinessLogicCommand class.
Método público BusinessLogicCommand(String) Initializes a new instance of the BusinessLogicCommand class.
Método público BusinessLogicCommand(BusinessLogicConnection) Initializes a new instance of the BusinessLogicCommand class.
Método público BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet) Initializes a new instance of the BusinessLogicCommand class.
Método público BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction) Initializes a new instance of the BusinessLogicCommand class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CommandText Gets or sets the text command to run against the data source.
Propiedad pública CommandTimeout Gets or sets the time in seconds to wait for the command to execute.
Propiedad pública CommandType Gets or sets the command type.
Propiedad pública Connection Gets or sets the connection to the data source.
Propiedad pública Parameters Gets the collection of business logic parameters.
Propiedad pública Transaction Gets or sets the transaction within which the command executes.
Propiedad pública UpdatedRowSource Gets or sets the updated row source.

Arriba

Métodos

  Nombre Descripción
Método público Cancel Cancels the execution of a BusinessLogicCommand.
Método público CreateParameter Creates a new instance of an IDbDataParameter object.
Método público Dispose Releases all resources used by the current instance of the BusinessLogicCommand.
Método público Equals (Se hereda de Object.)
Método público ExecuteNonQuery Executes a statement against a connection object.
Método público ExecuteReader() Executes the CommandText against the Connection, and returns an IDataReader.
Método público ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
Método público ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query.
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Prepare Creates a prepared version of the command on the data source.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IDbCommand.Parameters Gets the IDataParameterCollection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport