LoadColumnAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メンバーがテキスト ファイル内のフィールドへのマッピングを指定できるようにします。 列の名前を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[]) |
メンバーをテキスト ファイル内のフィールドのセットにマップします。 |