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


Класс BusinessLogicCommand

Represents a business logic command.

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

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

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

Синтаксис

'Декларация
Public Class BusinessLogicCommand _
    Implements IDbCommand, IDisposable
'Применение
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

Тип BusinessLogicCommand обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BusinessLogicCommand() Initializes a new instance of the BusinessLogicCommand class.
Открытый метод BusinessLogicCommand(String) Initializes a new instance of the BusinessLogicCommand class.
Открытый метод BusinessLogicCommand(BusinessLogicConnection) Initializes a new instance of the BusinessLogicCommand class.
Открытый метод BusinessLogicCommand(BusinessLogicConnection, TempDBResultSet) Initializes a new instance of the BusinessLogicCommand class.
Открытый метод BusinessLogicCommand(String, BusinessLogicConnection, BusinessLogicTransaction) Initializes a new instance of the BusinessLogicCommand class.

В начало

Свойства

  Имя Описание
Открытое свойство CommandText Gets or sets the text command to run against the data source.
Открытое свойство CommandTimeout Gets or sets the time in seconds to wait for the command to execute.
Открытое свойство CommandType Gets or sets the command type.
Открытое свойство Connection Gets or sets the connection to the data source.
Открытое свойство Parameters Gets the collection of business logic parameters.
Открытое свойство Transaction Gets or sets the transaction within which the command executes.
Открытое свойство UpdatedRowSource Gets or sets the updated row source.

В начало

Методы

  Имя Описание
Открытый метод Cancel Cancels the execution of a BusinessLogicCommand.
Открытый метод CreateParameter Creates a new instance of an IDbDataParameter object.
Открытый метод Dispose Releases all resources used by the current instance of the BusinessLogicCommand.
Открытый метод Equals (Производный от Object.)
Открытый метод ExecuteNonQuery Executes a statement against a connection object.
Открытый метод ExecuteReader() Executes the CommandText against the Connection, and returns an IDataReader.
Открытый метод ExecuteReader(CommandBehavior) Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
Открытый метод ExecuteScalar Executes the query and returns the first column of the first row in the result set returned by the query.
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Prepare Creates a prepared version of the command on the data source.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытое свойство IDbCommand.Parameters Gets the IDataParameterCollection.

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport