Метод ApplicationRole.Create (SecureString)
Creates an application role on the instance of SQL Server as defined by the ApplicationRole object and with the specified password.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Create ( _
password As SecureString _
)
'Применение
Dim instance As ApplicationRole
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
)
Параметры
- password
Тип: System.Security.SecureString
A SecureString value that specifies the password required when accessing the application role.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo