IDTSVirtualInputColumn100.NewName Property

Definition

Gets or sets the name of a newly created IDTSInputColumn100 column.

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

Property Value

The name assigned to the newly created input column.

Attributes

Remarks

This property contains the name assigned to the newly created input column when SetUsageType results in a new input column. It cannot be set if the new column has not been created.

Applies to