Share via


DataViewSchema.Annotations Classe

Définition

Annotations de schéma d’un DataViewSchema.Column.

[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))]
public sealed class DataViewSchema.Annotations
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.ML.AnnotationsDebuggerProxy))>]
type DataViewSchema.Annotations = class
Public NotInheritable Class DataViewSchema.Annotations
Héritage
DataViewSchema.Annotations
Attributs

Propriétés

Empty

Annotations de schéma d’un DataViewSchema.Column.

Schema

Schéma de la ligne d’annotations. Il est différent du schéma auquel appartient la colonne.

Méthodes

GetGetter<TValue>(DataViewSchema+Column)

Obtenez un délégué getter pour une valeur de la ligne d’annotations.

GetValue<TValue>(String, TValue)

Obtient la valeur d’une annotation, par type d’annotation (nom de colonne).

ToString()

Annotations de schéma d’un DataViewSchema.Column.

S’applique à