IDTSVirtualInputColumn100.NewDescription プロパティ

定義

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

プロパティ値

新たに作成された入力列に割り当てられた記述を含む 文字列 です。

属性

注釈

このプロパティは、 SetUsageType が新しい入力列を生成した際に新たに作成された入力列に割り当てられる記述を含みます。 新しい列がまだ作成されていない場合は設定できません。

適用対象