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[])

将成员映射到文本文件中的字段集。

适用于