LoadColumnAttribute クラス

定義

メンバーがテキスト ファイル内のフィールドへのマッピングを指定できるようにします。 列の名前をIDataViewオーバーライドするには.ColumnNameAttribute

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

メンバーをテキスト ファイル内のフィールドのセットにマップします。

適用対象