LoadColumnAttribute 클래스

정의

멤버가 텍스트 파일의 필드에 대한 매핑을 지정할 수 있도록 허용합니다. 열 ColumnNameAttribute이름을 재정의 IDataView 하려면 .

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class LoadColumnAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type LoadColumnAttribute = class
    inherit Attribute
Public NotInheritable Class LoadColumnAttribute
Inherits Attribute
상속
LoadColumnAttribute
특성

생성자

LoadColumnAttribute(Int32)

멤버를 텍스트 파일의 특정 필드에 매핑합니다.

LoadColumnAttribute(Int32, Int32)

멤버를 텍스트 파일의 필드 범위에 매핑합니다.

LoadColumnAttribute(Int32[])

멤버를 텍스트 파일의 필드 집합에 매핑합니다.

적용 대상