SqlDataSource.GetViewNames 메서드

정의

SqlDataSource 컨트롤과 연결된 뷰 개체 목록을 나타내는 이름의 컬렉션을 가져옵니다.

protected:
 override System::Collections::ICollection ^ GetViewNames();
protected override System.Collections.ICollection GetViewNames ();
override this.GetViewNames : unit -> System.Collections.ICollection
Protected Overrides Function GetViewNames () As ICollection

반환

ICollection

ICollection와 연결된 뷰의 이름이 들어 있는 SqlDataSource입니다.

설명

합니다 SqlDataSource 컨트롤은 명명 된 해당 기본 데이터에 대해 하나의 뷰만 지원 "Table"합니다. GetViewNames 메서드는이 보기 이름의 단일 요소 컬렉션을 반환 합니다.

적용 대상

추가 정보