IDTSVirtualInputColumn100.NewDescription 属性

定义

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

属性值

一个 字符串 ,其中包含分配给新创建的输入列的说明。

属性

注解

此属性包含在生成新输入列时 SetUsageType 分配给新创建的输入列的说明。 如果尚未创建新列,则无法设置该列。

适用于