Метод User.Create (String)

Creates a database user on the instance of SQL Server as defined by the User object with specified password.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Create ( _
    password As String _
)
'Применение
Dim instance As User 
Dim password As String

instance.Create(password)
public void Create(
    string password
)
public:
void Create(
    String^ password
)
member Create : 
        password:string -> unit
public function Create(
    password : String
)

Параметры

См. также

Справочник

User Класс

Перегрузка Create

Пространство имен Microsoft.SqlServer.Management.Smo