DataViewSettingCollection 클래스

정의

에 있는 각 DataViewSettingDataTable개체에 DataSet 대한 읽기 전용 개체 컬렉션을 포함합니다.

public ref class DataViewSettingCollection : System::Collections::ICollection
[System.Serializable]
public class DataViewSettingCollection : System.Collections.ICollection
public class DataViewSettingCollection : System.Collections.ICollection
[<System.Serializable>]
type DataViewSettingCollection = class
    interface ICollection
    interface IEnumerable
type DataViewSettingCollection = class
    interface ICollection
    interface IEnumerable
Public Class DataViewSettingCollection
Implements ICollection
상속
DataViewSettingCollection
특성
구현

설명

사용자는 컬렉션에서 추가 DataViewSetting 하거나 제거할 수 없지만 특정 DataTable컬렉션에 DataViewSetting 해당하는 속성을 변경할 수 있습니다. DataSet에서 추가 DataTable 하거나 제거하면 컬렉션에서 해당 DataViewSetting 항목이 추가되거나 제거됩니다.

속성

Name Description
Count

에 있는 DataViewSetting개체 수를 DataViewSettingCollection 가져옵니다.

IsReadOnly

DataViewSettingCollection 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

IsSynchronized

액세스 DataViewSettingCollection 가 동기화되는지 여부를 나타내는 값을 가져옵니다(스레드로부터 안전).

Item[DataTable]

DataViewSetting 컬렉션에서 지정된 DataTable 개체를 가져옵니다.

Item[Int32]

인덱스로 DataViewSetting 지정된 개체 DataTable 를 가져옵니다.

Item[String]

DataViewSetting 해당 이름으로 지정된 값을 DataTable 가져옵니다.

SyncRoot

DataViewSettingCollection대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다.

메서드

Name Description
CopyTo(Array, Int32)

컬렉션 개체를 지정된 인덱스에서 시작하는 1차원 Array 인스턴스에 복사합니다.

CopyTo(DataViewSetting[], Int32)

컬렉션 개체를 지정된 인덱스에서 시작하는 1차원 Array 인스턴스에 복사합니다.

Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션에 대한 값을 IEnumerator 가져옵니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

확장명 메서드

Name Description
AsParallel(IEnumerable)

쿼리의 병렬 처리를 사용하도록 설정합니다.

AsQueryable(IEnumerable)

IEnumerable IQueryable변환합니다.

Cast<TResult>(IEnumerable)

IEnumerable 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable 요소를 필터링합니다.

적용 대상

스레드 보안

이 형식은 다중 스레드 읽기 작업에 안전합니다. 모든 쓰기 작업을 동기화해야 합니다.