次の方法で共有


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

プロパティ値

新しく作成された入力列に割り当てられた説明を含む文字列。

属性

注釈

このプロパティには、SetUsageType によって新しい入力列が作成されたときに、その入力列に割り当てられた説明が含まれます。 新しい列がまだ作成されていない場合には設定できません。

適用対象