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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.