ApplicationRole.ChangePassword 메서드 (String)
Modifies the password of the application role.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub ChangePassword ( _
password As String _
)
‘사용 방법
Dim instance As ApplicationRole
Dim password As String
instance.ChangePassword(password)
public void ChangePassword(
string password
)
public:
void ChangePassword(
String^ password
)
member ChangePassword :
password:string -> unit
public function ChangePassword(
password : String
)
매개 변수
- password
유형: System.String
A String value that specifies the new password.
주의
For security reasons, the application role password should be modified before the application role is granted any privileges.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스