Share via


SqlCeCommand 멤버

데이터 소스에 대해 실행할 SQL 문을 나타냅니다.

다음 표에서는 SqlCeCommand 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework SqlCeCommand 오버로드되었습니다. SqlCeCommand 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework CommandText 재정의되었습니다. 데이터 소스를 실행할 SQL 문을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework CommandTimeout 재정의되었습니다. 명령 실행을 종료하고 오류를 생성하기 전 대기 시간을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework CommandType 재정의되었습니다. CommandText 속성을 해석하는 방법을 나타내는 값을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework Connection SqlCeCommand의 이 인스턴스에서 사용되는 SqlCeConnection을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework DesignTimeVisible 재정의되었습니다. Get은 항상 false를 반환하고, Set은 항상 NotSupportedException을 throw합니다.
Public property Supported by the .NET Compact Framework IndexName 열어 놓을 인덱스를 지정합니다.
Public property Supported by the .NET Compact Framework Parameters SqlCeParameterCollection을 가져옵니다.
Public property Supported by the .NET Compact Framework Site  ComponentISite를 가져오거나 설정합니다.(Component에서 상속됨)
Public property Supported by the .NET Compact Framework Transaction SqlCeCommand가 실행되는 트랜잭션을 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework UpdatedRowSource 재정의되었습니다. DbDataAdapterUpdate 메서드에 의해 사용될 때 명령 결과가 DataRow에 적용되는 방법을 가져오거나 설정합니다. 이 속성은 .NET Compact Framework Data Provider for SQL Server Mobile에서 사용하지 않아야 합니다.

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework DbConnection  이 DbCommand에서 사용하는 DbConnection을 가져오거나 설정합니다.(DbCommand에서 상속됨)
Protected property Supported by the .NET Compact Framework DbParameterCollection  DbParameter 개체의 컬렉션을 가져옵니다.(DbCommand에서 상속됨)
Protected property Supported by the .NET Compact Framework DbTransaction  DbCommand 개체가 실행되는 DbTransaction을 가져오거나 설정합니다.(DbCommand에서 상속됨)
Protected property Supported by the .NET Compact Framework Events  Component에 연결된 이벤트 처리기의 목록을 가져옵니다.(Component에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Cancel 재정의되었습니다. SqlCeCommand의 실행을 취소하려고 시도합니다.
Public method Supported by the .NET Compact Framework CreateParameter SqlCeParameter 개체의 새 인스턴스를 만듭니다.
Public method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. Component에서 사용하는 리소스를 해제합니다. (Component에서 상속됨)
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ExecuteNonQuery 재정의되었습니다. SqlCeConnection에 대해 SQL 문을 실행하고 영향 받는 행 번호를 반환합니다.
Public method Supported by the .NET Compact Framework ExecuteReader 오버로드되었습니다. CommandTextConnection에 보내고, SqlCeDataReader를 빌드합니다.
Public method Supported by the .NET Compact Framework ExecuteResultSet 오버로드되었습니다. CommandTextConnection에 보내고, SqlCeResultSet를 빌드합니다.
Public method Supported by the .NET Compact Framework ExecuteScalar 재정의되었습니다. 쿼리를 실행하고 쿼리에서 반환된 결과 집합의 첫 번째 행의 첫 번째 열을 반환합니다. 추가 열이나 행은 무시됩니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework Prepare 재정의되었습니다. 데이터 소스에 명령의 준비 버전이나 컴파일 버전을 만듭니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework SetRange SqlCeDataReader가 읽을 행의 집합을 제한합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework CreateDbParameter  DbParameter 개체의 새 인스턴스를 만듭니다. (DbCommand에서 상속됨)
Protected method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. Component에서 사용하는 리소스를 해제합니다. (Component에서 상속됨)
Protected method Supported by the .NET Compact Framework ExecuteDbDataReader  연결에 대해 명령 텍스트를 실행합니다. (DbCommand에서 상속됨)
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집에 의해 Component가 회수되기 전에 관리되지 않는 리소스를 해제하고 기타 정리 작업을 수행합니다. (Component에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework Disposed  구성 요소에 대한 Disposed 이벤트를 수신하는 이벤트 처리기를 추가합니다.(Component에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.Data.IDbCommand.CreateParameter  
Explicit interface implementation Supported by the .NET Compact Framework System.Data.IDbCommand.ExecuteReader 오버로드되었습니다.  
Explicit interface implementation Method Supported by the .NET Compact Framework System.ICloneable.Clone  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Connection  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Parameters  
Explicit interface implementation Property Supported by the .NET Compact Framework System.Data.IDbCommand.Transaction  

위쪽

참고 항목

참조

SqlCeCommand 클래스
System.Data.SqlServerCe 네임스페이스
SqlCeDataAdapter
SqlCeConnection