DestinationDatabase Property (DTS)

The DestinationDatabase property specifies the name of the destination database to use during an object transfer operation.

Applies To
TransferObjectsTask Object  

Syntax

object.DestinationDatabase[= value]

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationDatabase(BSTR *pRetVal);

HRESULT SetDestinationDatabase(BSTR NewValue);

See Also
DestinationLogin Property DestinationServer Property
DestinationPassword Property DestinationUseTrustedConnection Property

  


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