Propriedade PersistPassword
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
Consulte também