次の方法で共有


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.

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間