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
)
매개 변수
- password
유형: System.Security. . :: . .SecureString
A SecureString value that specifies the new password.
주의
For security reasons, the application role password should be modified before the application role is granted any privileges.