다음을 통해 공유


DataRelationCollection 멤버

DataSet에 대한 DataRelation 개체의 컬렉션을 나타냅니다.

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

Protected 생성자

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

위쪽

Public 속성

( Protected 속성 참조)

  이름 설명
Public property Supported by the .NET Compact Framework Count  컬렉션에 있는 요소의 총수를 가져옵니다.(InternalDataCollectionBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsReadOnly  InternalDataCollectionBase이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.(InternalDataCollectionBase에서 상속됨)
Public property Supported by the .NET Compact Framework IsSynchronized  InternalDataCollectionBase가 동기화되는지 여부를 나타내는 값을 가져옵니다.(InternalDataCollectionBase에서 상속됨)
Public property Supported by the .NET Compact Framework Item 오버로드되었습니다. 컬렉션에서 지정된 DataRelation을 가져옵니다.
Public property Supported by the .NET Compact Framework SyncRoot  컬렉션을 동기화하는 데 사용할 수 있는 개체를 가져옵니다.(InternalDataCollectionBase에서 상속됨)

위쪽

Protected 속성

  이름 설명
Protected property Supported by the .NET Compact Framework List  컬렉션의 항목을 목록으로 가져옵니다.(InternalDataCollectionBase에서 상속됨)

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Add 오버로드되었습니다. DataRelationCollectionDataRelation를 추가합니다.
Public method Supported by the .NET Compact Framework AddRange 지정된 DataRelation 배열의 요소를 컬렉션의 끝에 복사합니다.
Public method Supported by the .NET Compact Framework CanRemove 지정된 DataRelation를 컬렉션에서 제거할 수 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework Clear 모든 관계의 컬렉션을 지웁니다.
Public method Supported by the .NET Compact Framework Contains 특정 이름(대/소문자 구분)의 DataRelation이 컬렉션에 있는지 여부를 확인합니다.
Public method Supported by the .NET Compact Framework CopyTo 오버로드되었습니다. DataRelation 개체의 컬렉션을 복사합니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetEnumerator  컬렉션에 대한 IEnumerator를 가져옵니다. (InternalDataCollectionBase에서 상속됨)
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 IndexOf 오버로드되었습니다. 지정된 데이터 관계의 인덱스를 가져옵니다.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework Remove 오버로드되었습니다. 컬렉션에서 지정된 관계를 제거합니다.
Public method Supported by the .NET Compact Framework RemoveAt 컬렉션에서 지정된 인덱스의 관계를 제거합니다.
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework AddCore 테이블의 유효성을 확인합니다.
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework GetDataSet 이 메서드는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용되지는 않습니다.
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework OnCollectionChanged CollectionChanged 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework OnCollectionChanging CollectionChanged 이벤트를 발생시킵니다.
Protected method Supported by the .NET Compact Framework RemoveCore 지정된 DataRelation 개체에 대한 유효성을 확인합니다.

위쪽

Public 이벤트

  이름 설명
Public event Supported by the .NET Compact Framework CollectionChanged 컬렉션이 변경될 때 발생합니다.

위쪽

참고 항목

참조

DataRelationCollection 클래스
System.Data 네임스페이스

기타 리소스

테이블 사이에 관계 추가
테이블 사이의 관계 탐색