Поделиться через


Метод Create

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

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод Create() () () () Creates a login account on the instance of SQL Server as defined by the Login object.
Открытый метод Create(SecureString) Creates a login account on the instance of SQL Server as defined by the Login object.
Открытый метод Create(String) Creates a login account on the instance of SQL Server as defined by the Login object.
Открытый метод Create(SecureString, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.
Открытый метод Create(String, LoginCreateOptions) Creates a login account on the instance of SQL Server as defined by the Login object.

В начало