Displays the password hash algorithm in the Server Management Objects.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
Public Enumeration PasswordHashAlgorithm
'用途
Dim instance As PasswordHashAlgorithm
public enum PasswordHashAlgorithm
public enum class PasswordHashAlgorithm
type PasswordHashAlgorithm
public enum PasswordHashAlgorithm
成員
| 成員名稱 | 說明 | |
|---|---|---|
| None | Hash algorithm is None. | |
| ShaOne | Hash algorithm is ShaOne. | |
| ShaTwo | Hash algorithm is ShaTwo. | |
| SqlServer7 | Hash algorithm is SqlServer7. |