UIConnectionInfo.PersistPassword Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Obtient ou définit une Boolean valeur indiquant si le mot de passe du UIConnectionInfo doit être conservé.
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
Valeur de propriété
Valeur Boolean qui spécifie true
si le mot de passe doit être rendu persistant ; sinon, false
.