DesignPassword Property

       

Returns or sets the password for the user name at design time.

Note   This property is only saved when the DesignSaveAuthentication property is True.

Syntax

object.DesignPassword [=string]

The DesignPassword 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 onto the connection string which is passed to ADO at design time.