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.

示例

调用方法

请参阅

参考

ApplicationRole 类

Create 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

CREATE APPLICATION ROLE (Transact-SQL)

应用程序角色