Share via


LinkedServerLogin.RemoteUser Property

Gets or sets an alternative logon name for the linked server logon to impersonate when it accesses data on a linked server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property RemoteUser As String
    Get
    Set
'Usage
Dim instance As LinkedServerLogin
Dim value As String

value = instance.RemoteUser

instance.RemoteUser = value
[SfcPropertyAttribute]
public string RemoteUser { get; set; }
[SfcPropertyAttribute]
public:
property String^ RemoteUser {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member RemoteUser : string with get, set
function get RemoteUser () : String
function set RemoteUser (value : String)

Property Value

Type: System.String
A String value that specifies the alternative logon name for the linked server logon.

Remarks

This property is only valid when the Impersonate property is set to the value True.