SchemaDefinition.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依資料行名稱取得或設定資料行定義。 如果沒有這類資料行:
- get 會傳回 null,
- set 會加入新的資料行。 如果有一個以上具有相同名稱的資料行:
- get 會傳回第一個資料行,
- set 會取代第一個資料行。
public Microsoft.ML.Data.SchemaDefinition.Column this[string columnName] { get; set; }
member this.Item(string) : Microsoft.ML.Data.SchemaDefinition.Column with get, set
Default Public Property Item(columnName As String) As SchemaDefinition.Column
參數
- columnName
- String