SchemaDefinition 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類別會定義具型別資料檢視的架構。
public sealed class SchemaDefinition : System.Collections.Generic.List<Microsoft.ML.Data.SchemaDefinition.Column>
type SchemaDefinition = class
inherit List<SchemaDefinition.Column>
Public NotInheritable Class SchemaDefinition
Inherits List(Of SchemaDefinition.Column)
- 繼承
-
SchemaDefinition
屬性
Item[String] |
依資料行名稱取得或設定資料行定義。 如果沒有這類資料行:
|
方法
Create(Type, SchemaDefinition+Direction) |
列舉指定型別的所有公用欄位,以建立架構定義。 |