LoadColumnAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许成员在文本文件中指定到字段 () 的映射。 重写列使用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[]) |
将成员映射到文本文件中的字段集。 |