Метод User.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.

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

Синтаксис

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

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

Параметры

См. также

Справочник

User Класс

Перегрузка Create

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