IDTSVirtualInputColumn100.NewDescription プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しく作成された 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 によって新しい入力列が作成されたときに、その入力列に割り当てられた説明が含まれます。 新しい列がまだ作成されていない場合には設定できません。