RunPassword Property

       

Returns or sets the password for the current user name at run time.

Note   This property is only saved if the RunSaveAuthentication property is True.

Syntax

object.RunPassword [=string]

The RunPassword property syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
string A string expression that defines the password that is used at design time.

Remarks

This property is passed to ADO by appending "Password=" and a value to the connection string which is passed to ADO at run time.