The Description property is the textual description of a DTS object.
object.Description [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | Task/lineage description of a DataDrivenQueryTask or DataPumpTask object. It specifies the description of a Package object. |
Description is generally a read/write property. However, it is a read-only property of the SavedPackageInfo object.
String
Varies
HRESULT GetDescription(BSTR *pRetVal);
HRESULT SetDescription(BSTR NewValue);