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

참고 항목

참조

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스