Password Property (DTS)

The Password property specifies the password to use in making the connection.

Applies To
Connection Object SendMailTask Object

Syntax

object.Password [= value]

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

Remarks

Use the Password property in conjunction with the Connection.UserID method to make the connection.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPassword(BSTR *pRetVal);

HRESULT SetPassword(BSTR NewValue);

  


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