DataFrameColumn.SetName 方法

定義

多載

名稱 Description
SetName(String)

更新欄名。

SetName(String, DataFrame)
已淘汰.

更新本專欄名稱。

SetName(String)

來源:
DataFrameColumn.cs
來源:
DataFrameColumn.cs
來源:
DataFrameColumn.cs

更新欄名。

public void SetName(string newName);
member this.SetName : string -> unit
Public Sub SetName (newName As String)

參數

newName
String

新名稱。

適用於

SetName(String, DataFrame)

來源:
DataFrameColumn.cs
來源:
DataFrameColumn.cs
來源:
DataFrameColumn.cs

警告

此 API 現已淘汰。

更新本專欄名稱。

[System.Obsolete]
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame);
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame = default);
[<System.Obsolete>]
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
member this.SetName : string * Microsoft.Data.Analysis.DataFrame -> unit
Public Sub SetName (newName As String, dataFrame As DataFrame)
Public Sub SetName (newName As String, Optional dataFrame As DataFrame = Nothing)

參數

newName
String

新名稱。

dataFrame
DataFrame

忽略(為了向下相容)

屬性

適用於