SourceDatabase Property

DTS Programming

DTS Programming

SourceDatabase Property

The SourceDatabase property specifies the name of the source database.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.SourceDatabase[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of the source database

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceDatabase(BSTR *pRetVal);

HRESULT SetSourceDatabase(BSTR NewValue);

See Also

DestinationDatabase Property

SourceLogin Property

SourceServer Property

SourcePassword Property

SourceUseTrustedConnection Property