IDTSVirtualInput100.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

属性值

IDTSVirtualInput100 对象的说明。

实现

属性

注解

描述属性不是由虚拟输入对象的数据流引擎设置的。 尝试向此属性赋值会导致Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_FAIL异常。

适用于