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 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Cancel
공용 메서드 CreateParameter
공용 메서드 Dispose
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 ExecuteNonQuery
공용 메서드 ExecuteReader() () () ()
공용 메서드 ExecuteReader(CommandBehavior)
공용 메서드 ExecuteScalar
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 Prepare
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 IDbCommand. . :: . .Parameters

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.