Поделиться через


Свойство UIConnectionInfo.PersistPassword

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.

Пространство имен:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка:  Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)

Синтаксис

'Декларация
Public Property PersistPassword As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

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

См. также

Справочник

UIConnectionInfo Класс

Пространство имен Microsoft.SqlServer.Management.Smo.RegSvrEnum