Condividi tramite


Enumerazione PasswordHashAlgorithm

Displays the password hash algorithm in the Server Management Objects.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration PasswordHashAlgorithm
'Utilizzo
Dim instance As PasswordHashAlgorithm
public enum PasswordHashAlgorithm
public enum class PasswordHashAlgorithm
type PasswordHashAlgorithm
public enum PasswordHashAlgorithm

Membri

Nome membro Descrizione
None Hash algorithm is None.
ShaOne Hash algorithm is ShaOne.
ShaTwo Hash algorithm is ShaTwo.
SqlServer7 Hash algorithm is SqlServer7.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo