IDTSVirtualInputColumn100.NewName 屬性

定義

取得或設定新建立之 IDTSInputColumn100 資料行的名稱。

public:
 property System::String ^ NewName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(113)]
public string NewName { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.NewName : string with get, set
Public Property NewName As String

屬性值

String

指派給新建立之輸入資料行的名稱。

屬性

備註

當產生新的輸入資料行時,這個屬性會包含指派給新建立之輸入資料行的名稱 SetUsageType 。 如果尚未建立新的資料行,則無法設定它。

適用於