다음을 통해 공유


ApplicationRole.ChangePassword 메서드 (SecureString)

Modifies the password of the application role.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub ChangePassword ( _
    password As SecureString _
)
‘사용 방법
Dim instance As ApplicationRole 
Dim password As SecureString

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

매개 변수

주의

For security reasons, the application role password should be modified before the application role is granted any privileges.

메서드 호출

참고 항목

참조

ApplicationRole 클래스

ChangePassword 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

응용 프로그램 역할