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


Свойство ConnectionSettings.ConnectAsUser

Gets or sets the Boolean property value that specifies whether the connection is established using impersonation.

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

Синтаксис

'Декларация
Public Property ConnectAsUser As Boolean 
    Get 
    Set
'Применение
Dim instance As ConnectionSettings 
Dim value As Boolean 

value = instance.ConnectAsUser

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

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

Тип: System.Boolean
A Boolean value that specifies whether the connection is established using impersonation.If True, the connection is established using impersonation.If False (default), the connection is established using the credentials specified by the Login and Password properties.

Замечания

If the ConnectAsUser property is set to True, the ConnectAsUserName property and the ConnectAsUserPassword property are used to acquire credentials for impersonation. Any subsequent connection is made with the credentials of the specified user, and the LoginSecure property, the Login property, and the Password property are ignored.

См. также

Справочник

ConnectionSettings Класс

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