DataViewSchema.DetachedColumn Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
DataViewSchema.DetachedColumn(DataViewSchema+Column) |
Vytvořte instanci DataViewSchema.DetachedColumn ze sloupce existujícího schématu. |
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations) |
Vytvoří instanci objektu DataViewSchema.DetachedColumn. |
DataViewSchema.DetachedColumn(DataViewSchema+Column)
Vytvořte instanci DataViewSchema.DetachedColumn ze sloupce existujícího schématu.
public DetachedColumn (Microsoft.ML.DataViewSchema.Column column);
new Microsoft.ML.DataViewSchema.DetachedColumn : Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (column As DataViewSchema.Column)
Parametry
- column
- DataViewSchema.Column
Platí pro
DataViewSchema.DetachedColumn(String, DataViewType, DataViewSchema+Annotations)
Vytvoří instanci objektu DataViewSchema.DetachedColumn.
public DetachedColumn (string name, Microsoft.ML.Data.DataViewType type, Microsoft.ML.DataViewSchema.Annotations annotations = default);
new Microsoft.ML.DataViewSchema.DetachedColumn : string * Microsoft.ML.Data.DataViewType * Microsoft.ML.DataViewSchema.Annotations -> Microsoft.ML.DataViewSchema.DetachedColumn
Public Sub New (name As String, type As DataViewType, Optional annotations As DataViewSchema.Annotations = Nothing)
Parametry
- name
- String
- type
- DataViewType
- annotations
- DataViewSchema.Annotations