次の方法で共有


BusinessLogicCommand クラス

継承階層

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 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ CommandText
パブリック プロパティ CommandTimeout
パブリック プロパティ CommandType
パブリック プロパティ Connection
パブリック プロパティ Parameters
パブリック プロパティ Transaction
パブリック プロパティ UpdatedRowSource

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Cancel
パブリック メソッド CreateParameter
パブリック メソッド Dispose
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド ExecuteNonQuery
パブリック メソッド ExecuteReader() () () ()
パブリック メソッド ExecuteReader(CommandBehavior)
パブリック メソッド ExecuteScalar
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Prepare
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート プロパティ IDbCommand. . :: . .Parameters

先頭に戻る

スレッド セーフ

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