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.
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
Property 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.