IDTSVirtualInputColumn100.NewName プロパティ

定義

新しく作成された IDTSInputColumn100 列の名前を取得します。値の設定も可能です。

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

プロパティ値

新しく作成された入力列に割り当てられた名前です。

属性

注釈

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

適用対象