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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。