DatabaseMapping-Member

The DatabaseMapping object represents a SQL Server database mapping.

Der DatabaseMapping-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DatabaseMapping Initializes a new instance of the DatabaseMapping class for the specified login, database, and user.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a string that represents the DatabaseMapping object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DBName Gets the name of the database in which the login is mapped to the database user.
Öffentliche Eigenschaft LoginName Gets the name of the login that is mapped to the user in the database.
Öffentliche Eigenschaft UserName Gets the database user that is mapped to the login in the database.

Zum Anfang