Condividi tramite


Proprietà PersistPassword

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Sintassi

'Dichiarazione
Public Property PersistPassword As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean