IDTSVirtualInput100.Description Property

Definition

Gets or sets the description of an IDTSVirtualInput100 object.

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

Property Value

The description of the IDTSVirtualInput100 object.

Implements

Attributes

Remarks

The Description property is not set by the data flow engine for virtual input objects. Attempts to assign a value to this property result in an Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_FAIL exception.

Applies to