IDTSVirtualInputColumn100.NewDescription Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the description of a newly created IDTSInputColumn100 column.
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, setPublic Property NewDescription As StringProperty Value
A String that contains the description assigned to the newly created input column.
- Attributes
Remarks
This property contains the description 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 yet.