DataViewSchema.Item[] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Item[Int32] |
인덱스별로 열을 가져옵니다. |
Item[String] |
이름으로 열을 가져옵니다. 이러한 열이 없으면 예외를 throw합니다. 이름이 같은 열이 여러 개 있는 경우 인덱스가 가장 큰 열이 반환됩니다. 다른 열은 '숨김'으로 간주되며 인덱스로만 액세스할 수 있습니다. |
Item[Int32]
인덱스별로 열을 가져옵니다.
public Microsoft.ML.DataViewSchema.Column this[int columnIndex] { get; }
member this.Item(int) : Microsoft.ML.DataViewSchema.Column
Default Public ReadOnly Property Item(columnIndex As Integer) As DataViewSchema.Column
매개 변수
- columnIndex
- Int32
속성 값
구현
적용 대상
Item[String]
이름으로 열을 가져옵니다. 이러한 열이 없으면 예외를 throw합니다. 이름이 같은 열이 여러 개 있는 경우 인덱스가 가장 큰 열이 반환됩니다. 다른 열은 '숨김'으로 간주되며 인덱스로만 액세스할 수 있습니다.
public Microsoft.ML.DataViewSchema.Column this[string name] { get; }
member this.Item(string) : Microsoft.ML.DataViewSchema.Column
Default Public ReadOnly Property Item(name As String) As DataViewSchema.Column
매개 변수
- name
- String