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. |