IDTSVirtualInputColumn100.Description 属性

定义

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

属性值

一个 包含 对象说明的 IDTSVirtualInputColumn100 字符串。

实现

属性

注解

对虚拟列说明的修改不会保留在上游输出列或虚拟输入列中。

适用于