共用方式為


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.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間