共用方式為


SchemaAnnotationsExtensions.GetSlotNames 方法

定義

如果有位置名稱,請將輸入資料行的位置名稱儲存到提供的緩衝區中。 否則會擲回例外狀況。

public static void GetSlotNames (this Microsoft.ML.DataViewSchema.Column column, ref Microsoft.ML.Data.VBuffer<ReadOnlyMemory<char>> slotNames);
static member GetSlotNames : Microsoft.ML.DataViewSchema.Column * VBuffer -> unit
<Extension()>
Public Sub GetSlotNames (column As DataViewSchema.Column, ByRef slotNames As VBuffer(Of ReadOnlyMemory(Of Char)))

參數

column
DataViewSchema.Column

要查詢的資料 Annotations 行。

slotNames
VBuffer<ReadOnlyMemory<Char>>

VBuffer<T> 在其中儲存位置名稱的 。

適用於

另請參閱