Share via


IDTSVirtualInputColumn100.NewName 属性

定义

获取或设置新创建的 IDTSInputColumn100 列的名称。

public:
 property System::String ^ NewName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(113)]
public string NewName { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.NewName : string with get, set
Public Property NewName As String

属性值

分配给新创建的输入列的名称。

属性

注解

此属性包含当结果为新输入列时分配给新创建的输入列 SetUsageType 的名称。 如果尚未创建新列,则无法设置该列。

适用于