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


Свойство ConnectAsUserPassword

Gets or sets the password for the user when connecting using impersonation.

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

Синтаксис

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

value = instance.ConnectAsUserPassword

instance.ConnectAsUserPassword = value
public string ConnectAsUserPassword { get; set; }
public:
property String^ ConnectAsUserPassword {
    String^ get ();
    void set (String^ value);
}
member ConnectAsUserPassword : string with get, set
function get ConnectAsUserPassword () : String
function set ConnectAsUserPassword (value : String)

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

Тип: System. . :: . .String
A String value that specifies the user password used when the connection is established using impersonation of a user.

Замечания

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.