TextLoader.Column 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述輸入資料行應該如何對應至資料 IDataView 行。
public sealed class TextLoader.Column
type TextLoader.Column = class
Public NotInheritable Class TextLoader.Column
- 繼承
-
TextLoader.Column
建構函式
TextLoader.Column() |
描述輸入資料行應該如何對應至資料 IDataView 行。 |
TextLoader.Column(String, DataKind, Int32, Int32) |
描述輸入資料行應該如何對應至資料 IDataView 行。 |
TextLoader.Column(String, DataKind, Int32) |
描述輸入資料行應該如何對應至資料 IDataView 行。 |
TextLoader.Column(String, DataKind, TextLoader+Range[], KeyCount) |
描述輸入資料行應該如何對應至資料 IDataView 行。 |
欄位
KeyCount |
對於索引鍵資料行,這會定義值的範圍。 |
Name |
資料行的名稱。 |
Source |
資料行 () 的來源索引範圍。 |
屬性
DataKind |
DataKind 資料行中專案的 。 |