DataViewSchema.Annotations Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |