Compartir a través de


UIConnectionInfo.PersistPassword Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado:  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxis

'Declaración
Public Property PersistPassword As Boolean 
    Get 
    Set
'Uso
Dim instance As UIConnectionInfo 
Dim value As Boolean 

value = instance.PersistPassword

instance.PersistPassword = value
public bool PersistPassword { get; set; }
public:
property bool PersistPassword {
    bool get ();
    void set (bool value);
}
member PersistPassword : bool with get, set
function get PersistPassword () : boolean 
function set PersistPassword (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies true if the password should be persisted; otherwise, false.

Vea también

Referencia

UIConnectionInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum