IDTSVirtualInputColumn100.NewDescription Property

Definition

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

Applies to