Freigeben über


Create-Methode

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

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode Create() () () () Creates a login account on the instance of SQL Server as defined by the Login object.
Öffentliche Methode Create(SecureString) Creates a login account on the instance of SQL Server as defined by the Login object.
Öffentliche Methode Create(String) Creates a login account on the instance of SQL Server as defined by the Login object.
Öffentliche Methode Create(SecureString, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.
Öffentliche Methode Create(String, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.

Zum Anfang