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)

응용 프로그램 역할