DataViewSchema.GetColumnOrNull(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依名稱取得資料行,如果資料行不存在,則 null
為 。
public Microsoft.ML.DataViewSchema.Column? GetColumnOrNull (string name);
member this.GetColumnOrNull : string -> Nullable<Microsoft.ML.DataViewSchema.Column>
Public Function GetColumnOrNull (name As String) As Nullable(Of DataViewSchema.Column)
參數
- name
- String