Share via


Méthode Create

Creates a login account on the instance of SQL Server as defined by the Login object.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique Create() () () () Creates a login account on the instance of SQL Server as defined by the Login object.
Méthode publique Create(SecureString) Creates a login account on the instance of SQL Server as defined by the Login object.
Méthode publique Create(String) Creates a login account on the instance of SQL Server as defined by the Login object.
Méthode publique Create(SecureString, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.
Méthode publique Create(String, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.

Haut de la page