Compartir a través de


ISqlLinkedServerLogin.RemoteUserName (Propiedad)

Obtiene o establece el nombre de usuario remoto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property RemoteUserName As String
    Get
    Set
string RemoteUserName { get; set; }
property String^ RemoteUserName {
    String^ get ();
    void set (String^ value);
}
abstract RemoteUserName : string with get, set
function get RemoteUserName () : String
function set RemoteUserName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServerLogin Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)