Condividi tramite


Classe BusinessLogicCommand

Represents a business logic command.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Class BusinessLogicCommand _
    Implements IDbCommand, IDisposable
'Utilizzo
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

Nel tipo BusinessLogicCommand sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BusinessLogicCommand() Initializes a new instance of the BusinessLogicCommand class.
Metodo pubblico BusinessLogicCommand(String) Initializes a new instance of the BusinessLogicCommand class.
Metodo pubblico BusinessLogicCommand(BusinessLogicConnection) Initializes a new instance of the BusinessLogicCommand class.
Metodo pubblico BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet) Initializes a new instance of the BusinessLogicCommand class.
Metodo pubblico BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction) Initializes a new instance of the BusinessLogicCommand class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CommandText Gets or sets the text command to run against the data source.
Proprietà pubblica CommandTimeout Gets or sets the time in seconds to wait for the command to execute.
Proprietà pubblica CommandType Gets or sets the command type.
Proprietà pubblica Connection Gets or sets the connection to the data source.
Proprietà pubblica Parameters Gets the collection of business logic parameters.
Proprietà pubblica Transaction Gets or sets the transaction within which the command executes.
Proprietà pubblica UpdatedRowSource Gets or sets the updated row source.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Cancel Cancels the execution of a BusinessLogicCommand.
Metodo pubblico CreateParameter Creates a new instance of an IDbDataParameter object.
Metodo pubblico Dispose Releases all resources used by the current instance of the BusinessLogicCommand.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico ExecuteNonQuery Executes a statement against a connection object.
Metodo pubblico ExecuteReader() Executes the CommandText against the Connection, and returns an IDataReader.
Metodo pubblico ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
Metodo pubblico ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Prepare Creates a prepared version of the command on the data source.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaProprietà privata IDbCommand.Parameters Gets the IDataParameterCollection.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport