SourcePassword Property

DTS Programming

DTS Programming

SourcePassword Property

The SourcePassword property specifies the password on the source server.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.SourcePassword[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Password on the source server

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourcePassword(BSTR *pRetVal);

HRESULT SetSourcePassword(BSTR NewValue);

Remarks

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 SourceUseTrustedConnection to TRUE.

See Also

DestinationPassword Property

SourceDatabase Property

SourceServer Property

SourceLogin Property

SourceUseTrustedConnection Property