다음을 통해 공유


Constraint 멤버

하나 이상의 DataColumn 개체에 적용할 수 있는 제약 조건을 나타냅니다.

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

Protected 생성자

  이름 설명
Protected method Supported by the .NET Compact Framework Constraint Constraint 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework ConstraintName ConstraintCollection의 제약 조건 이름입니다.
Public property Supported by the .NET Compact Framework ExtendedProperties 사용자 정의 제약 조건 속성 컬렉션을 가져옵니다.
Public property Supported by the .NET Compact Framework Table 제약 조건이 적용될 DataTable을 가져옵니다.

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework _DataSet 이 제약 조건이 속한 DataSet를 가져옵니다.

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString 재정의되었습니다. ConstraintName이 있는 경우 문자열로 가져옵니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework CheckStateForProperty  
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework SetDataSet 제약 조건의 DataSet을 설정합니다.

위쪽

참고 항목

참조

Constraint 클래스
System.Data 네임스페이스
ConstraintCollection
Constraints
ForeignKeyConstraint
UniqueConstraint