LoadColumnAttribute Klasse

Definition

Mitglied das Angeben der Zuordnung zu Feldern in der Textdatei erlauben. So überschreiben Sie den Namen der IDataView Spaltenverwendung 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

Name Beschreibung
LoadColumnAttribute(Int32, Int32)

Ordnet Element dem Bereich von Feldern in der Textdatei zu.

LoadColumnAttribute(Int32)

Ordnet element einem bestimmten Feld in der Textdatei zu.

LoadColumnAttribute(Int32[])

Ordnet element einer Gruppe von Feldern in der Textdatei zu.

Gilt für: