다음을 통해 공유


DataSourceExpressionCollection.CreateKnownType(Int32) 메서드

정의

데이터 소스 식 개체의 인스턴스를 만듭니다.

protected:
 override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object

매개 변수

index
Int32

배열에서 데이터 소스 식 개체가 있는 위치의 인덱스(0부터 시작)입니다.

반환

GetKnownTypes() 메서드에서 반환된 형식의 순서 있는 목록을 사용하여 만들 데이터 소스 식의 인덱스입니다.

적용 대상