UIConnectionInfo.PersistPassword Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Syntax
'Declaration
Public Property PersistPassword As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean