Proprietà ISqlLinkedServerLogin.RemoteUserName

Ottiene o imposta il nome utente remoto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServerLogin Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel