Compartir a través de


DatabaseMapping Miembros

The DatabaseMapping object represents a SQL Server database mapping.

El tipo DatabaseMapping expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DatabaseMapping Initializes a new instance of the DatabaseMapping class for the specified login, database, and user.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns a string that represents the DatabaseMapping object. (Invalida Object. . :: . .ToString() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad pública DBName Gets the name of the database in which the login is mapped to the database user.
Propiedad pública LoginName Gets the name of the login that is mapped to the user in the database.
Propiedad pública UserName Gets the database user that is mapped to the login in the database.

Principio