Метод ApplicationRole.Create (String)
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 String _
)
'Применение
Dim instance As ApplicationRole
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
)
Параметры
- password
Тип: System.String
A String value that specifies the password required when accessing the application role.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo