IDTSVirtualInputColumn100.Name 屬性

定義

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

屬性值

String

IDTSVirtualInputColumn100 資料行的名稱。

實作

屬性

備註

這個屬性的值包含上游資料行的名稱。 從虛擬輸入資料行建立新的輸入資料行時,根據預設,它會包含與虛擬輸入資料行相同的名稱。

適用於