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 から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。