IDTSVirtualInputColumn100.Name 属性

定义

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

属性值

IDTSVirtualInputColumn100 列的名称。

实现

属性

注解

此属性的值包含上游列的名称。 从虚拟输入列创建新输入列时,默认情况下,它包含与虚拟输入列相同的名称。

适用于