Compartir a través de


User.Create Método

Incluir miembros protegidos
Incluir miembros heredados

Creates a database user on the instance of SQL Server as defined by the user object.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público Create() Creates a database user on the instance of SQL Server as defined by the User object.
Método público Create(SecureString) Creates a database user on the instance of SQL Server as defined by the User object with specified password using a secure string.
Método público Create(String) Creates a database user on the instance of SQL Server as defined by the User object with specified password.

Arriba

Vea también

Referencia

User Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo