IDTSVirtualInputColumn100.NewDescription 属性

定义

获取或设置新创建 IDTSInputColumn100 列的描述。

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 的描述。 如果新列尚未创建,则无法设置。

适用于