SourceObjectName Property (DTS)

The SourceObjectName property specifies the source object name if no SQL statement is specified.

Applies To
DataDrivenQueryTask Object DataPumpTask Object

Syntax

object.SourceObjectName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Source object name

Remarks

The SourceObjectName property is used only for IOpenRowset.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceObjectName(BSTR *pRetVal);

HRESULT SetSourceObjectName(BSTR NewValue);

See Also

DestinationObjectName Property

  


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