Description Property (DTS)

The Description property is the textual description of a DTS object.

Applies To
ActiveScriptTask Object ExecuteSQLTask Object
BulkInsertTask Object Package Object
Connection Object SavedPackageInfo Object
CreateProcessTask Object SendMailTask Object
CustomTask Object Step Object
DataDrivenQueryTask Object Task Object
DataPumpTask Object TransferObjectsTask Object

Syntax

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.

Remarks

Description is generally a read/write property. However, it is a read-only property of the SavedPackageInfo object.

Data Type

String

Modifiable

Varies

Prototype (C/C++)

HRESULT GetDescription(BSTR *pRetVal);

HRESULT SetDescription(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.