UIConnectionInfo.PersistPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.
public:
property bool PersistPassword { bool get(); void set(bool value); };
public bool PersistPassword { get; set; }
member this.PersistPassword : bool with get, set
Public Property PersistPassword As Boolean
Property Value
A Boolean value that specifies true
if the password should be persisted; otherwise, false
.