DestinationPassword Property

DTS Programming

DTS Programming

DestinationPassword Property

The DestinationPassword property specifies the password to use on a destination server.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.DestinationPassword[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Password to use

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationPassword(BSTR *pRetVal);

HRESULT SetDestinationPassword(BSTR NewValue);

Remarks

DestinationPassword is required if an application is using SQL Server Authentication.

Note  It is recommended that you connect to an instance of Microsoft® SQL Server™ using Windows Authentication instead of SQL Server Authentication. To use Windows Authentication, set DestinationUseTrustedConnection to TRUE.

See Also

DestinationDatabase Property

DestinationLogin Property

DestinationServer Property

DestinationUseTrustedConnection Property