IDTSVirtualInputColumn100.NewDescription 屬性

定義

取得或設定新建立之 IDTSInputColumn100 資料行的描述。

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

屬性值

String

字串,其中包含指派給新建立之輸入資料行的描述。

屬性

備註

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

適用於