Partager via


Membres DatabaseMapping

The DatabaseMapping object represents a SQL Server database mapping.

Le type DatabaseMapping expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DatabaseMapping Initializes a new instance of the DatabaseMapping class for the specified login, database, and user.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Returns a string that represents the DatabaseMapping object. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Propriétés

  Nom Description
Propriété publique DBName Gets the name of the database in which the login is mapped to the database user.
Propriété publique LoginName Gets the name of the login that is mapped to the user in the database.
Propriété publique UserName Gets the database user that is mapped to the login in the database.

Haut de la page