IDTSVirtualInputColumn100.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置包含 IDTSVirtualInputColumn100 的名称的值。
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 列的名称。
实现
- 属性
注解
此属性的值包含上游列的名称。 从虚拟输入列创建新输入列时,默认情况下,它包含与虚拟输入列相同的名称。