DataViewSchema.Annotations Clase

Definición

Anotaciones de esquema de un DataViewSchema.Columnobjeto .

[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
Herencia
DataViewSchema.Annotations
Atributos

Propiedades

Empty

Anotaciones de esquema de un DataViewSchema.Columnobjeto .

Schema

Esquema de la fila de anotaciones. Es diferente del esquema al que pertenece la columna.

Métodos

GetGetter<TValue>(DataViewSchema+Column)

Obtenga un delegado getter para un valor de la fila de anotaciones.

GetValue<TValue>(String, TValue)

Obtenga el valor de una anotación, por tipo de anotación (también conocido como nombre de columna).

ToString()

Anotaciones de esquema de un DataViewSchema.Columnobjeto .

Se aplica a