Compartir a través de


LinkedServerLogin.RemoteUser Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RemoteUser As String 
    Get 
    Set
'Uso
Dim instance As LinkedServerLogin 
Dim value As String 

value = instance.RemoteUser

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

Valor de la propiedad

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

Comentarios

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

Ejemplos

Utilizar servidores vinculados en SMO

Vea también

Referencia

LinkedServerLogin Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Servidores vinculados (motor de base de datos)

sp_addlinkedsrvlogin (Transact-SQL)