DestinationPassword Property (DTS)

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

Applies To
TransferObjectsTask 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);

See Also
DestinationDatabase Property DestinationServer Property
DestinationLogin Property DestinationUseTrustedConnection Property

  


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