다음을 통해 공유


SqlCeCommandBuilder 멤버

연결된 SQL Server Mobile 데이터베이스를 사용하여 DataSet에 수행된 변경을 조정하는 데 사용하는 단일 테이블 명령을 자동으로 생성합니다. 이 클래스는 상속될 수 없습니다.

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

Public 생성자

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

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework CatalogLocation 재정의되었습니다. SQL Server Mobile에서 지원되지 않습니다.
Public property Supported by the .NET Compact Framework CatalogSeparator 재정의되었습니다. SQL Server Mobile에서 지원되지 않습니다.
Public property Supported by the .NET Compact Framework ConflictOption 재정의되었습니다.  
Public property Supported by the .NET Compact Framework DataAdapter SQL 문이 자동으로 생성되는 SqlCeDataAdapter 개체를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework QuotePrefix 재정의되었습니다. 이름에 공백 또는 예약된 토큰과 같은 문자가 포함된 SQL Server 데이터베이스 개체(예: 테이블 또는 열)를 지정할 때 사용할 시작 문자를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework QuoteSuffix 재정의되었습니다. 이름에 공백 또는 예약된 토큰과 같은 문자가 포함된 SQL Server 데이터베이스 개체(예: 테이블 또는 열)를 지정할 때 사용할 끝 문자를 가져오거나 설정합니다.
Public property Supported by the .NET Compact Framework SchemaSeparator 재정의되었습니다. SQL Server Mobile에서 지원되지 않습니다.
Public property Supported by the .NET Compact Framework SetAllValues  UPDATE 문에 모든 열 값이 포함되어 있는지 아니면 변경된 열 값만 포함되어 있는지를 지정합니다.(DbCommandBuilder에서 상속됨)
Public property Supported by the .NET Compact Framework Site  ComponentISite를 가져오거나 설정합니다.(Component에서 상속됨)

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework Events  Component에 연결된 이벤트 처리기의 목록을 가져옵니다.(Component에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. DbCommandBuilder에서 사용하는 리소스를 해제합니다. (DbCommandBuilder에서 상속됨)
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetDeleteCommand 오버로드되었습니다. 데이터베이스에서 삭제하는 데 필요한 자동으로 생성된 SqlCeCommand 개체를 가져옵니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetInsertCommand 오버로드되었습니다. 데이터베이스에서 삽입하는 데 필요하며 자동으로 생성된 SqlCeCommand 개체를 가져옵니다.
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetUpdateCommand 오버로드되었습니다. 데이터베이스에서 업데이트하는 데 필요한 자동으로 생성된 SqlCeCommand 개체를 가져옵니다.
Public method Supported by the .NET Compact Framework QuoteIdentifier  올바른 카탈로그 대/소문자로 따옴표 붙지 않은 식별자가 제공되는 경우 따옴표 붙은 올바른 형식의 해당 식별자를 반환합니다. 여기에는 식별자에 포함된 모든 따옴표를 이스케이프하는 작업이 포함됩니다. (DbCommandBuilder에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework RefreshSchema  DbCommandBuilder와 연결된 명령을 지웁니다. (DbCommandBuilder에서 상속됨)
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework UnquoteIdentifier  따옴표 붙은 식별자가 제공되는 경우 따옴표 붙지 않은 올바른 형식의 해당 식별자를 반환합니다. 여기에는 식별자에 포함된 모든 따옴표를 이스케이프 해제하는 작업이 포함됩니다. (DbCommandBuilder에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework ApplyParameterInfo  DbCommandBuilder 클래스의 공급자 구현에서 추가 매개 변수 속성을 처리할 수 있도록 합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework Dispose  오버로드되었습니다. DbCommandBuilder에서 사용하는 리소스를 해제합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집에 의해 Component가 회수되기 전에 관리되지 않는 리소스를 해제하고 기타 정리 작업을 수행합니다. (Component에서 상속됨)
Protected method Supported by the .NET Compact Framework GetParameterName  오버로드되었습니다. 지정된 매개 변수의 이름을 반환합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework GetParameterPlaceholder  연결된 SQL 문에서 매개 변수의 자리 표시자를 반환합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework GetSchemaTable  DbCommandBuilder의 스키마 테이블을 반환합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework InitializeCommand  DbCommand에 대한 CommandTimeout, Transaction, CommandType 및 UpdateRowSource 속성을 다시 설정합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework RowUpdatingHandler  RowUpdating 이벤트에 대한 이벤트 처리기를 추가합니다. (DbCommandBuilder에서 상속됨)
Protected method Supported by the .NET Compact Framework SetRowUpdatingHandler  DbDataAdapter에 대한 RowUpdating 이벤트를 처리하기 위해 DbCommandBuilder를 등록합니다. (DbCommandBuilder에서 상속됨)

위쪽

Public 이벤트

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

위쪽

참고 항목

참조

SqlCeCommandBuilder 클래스
System.Data.SqlServerCe 네임스페이스