Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Displays the password hash algorithm in the Server Management Objects.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration PasswordHashAlgorithm
'Utilisation
Dim instance As PasswordHashAlgorithm
public enum PasswordHashAlgorithm
public enum class PasswordHashAlgorithm
type PasswordHashAlgorithm
public enum PasswordHashAlgorithm
Membres
| Nom de membre | Description | |
|---|---|---|
| None | Hash algorithm is None. | |
| ShaOne | Hash algorithm is ShaOne. | |
| ShaTwo | Hash algorithm is ShaTwo. | |
| SqlServer7 | Hash algorithm is SqlServer7. |