DestinationObjectName Property (DTS)

The DestinationObjectName property specifies the name of a data destination.

Applies To
DataDrivenQueryTask Object DataPumpTask Object

Syntax

object.DestinationObjectName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of a data destination

Remarks

A DataPumpTask object uses the DestinationObjectName property to open a simple rowset on the named destination object (for example, a table or view) if no destination SQL statement is specified. A DataDrivenQueryTask object uses the DestinationObjectName property to retrieve metadata only, and then releases the rowset.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationObjectName(BSTR *pRetVal);

HRESULT SetDestinationObjectName(THIS_ DTS_IN BSTR NewValue);

See Also

SourceObjectName Property

  


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