Método ApplicationRole.ChangePassword (String)
Modifies the password of the application role.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub ChangePassword ( _
password As String _
)
'Uso
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
)
Parâmetros
- password
Tipo: System.String
A String value that specifies the new password.
Comentários
For security reasons, the application role password should be modified before the application role is granted any privileges.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo