Freigeben über


LoadColumnAttribute Klasse

Definition

Zulassen, dass Mitglied die Zuordnung zu Feld(n) in der Textdatei angeben kann. So überschreiben Sie den Namen der IDataView Spalte.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
Vererbung
LoadColumnAttribute
Attribute

Konstruktoren

LoadColumnAttribute(Int32)

Zugeordnetes Element zu einem bestimmten Feld in der Textdatei.

LoadColumnAttribute(Int32, Int32)

Ordnet Element dem Bereich der Felder in der Textdatei zu.

LoadColumnAttribute(Int32[])

Zugeordnetes Element zum Festlegen von Feldern in der Textdatei.

Gilt für: