Partager via


ISqlLinkedServerLogin.RemoteUserName, propriété

Obtient ou définit le nom de l'utilisateur distant.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServerLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms