Login.PasswordHashAlgorithm 属性

Gets or sets the hash algorithm used for the password.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PasswordHashAlgorithm As PasswordHashAlgorithm 
    Get
用法
Dim instance As Login 
Dim value As PasswordHashAlgorithm 

value = instance.PasswordHashAlgorithm
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public PasswordHashAlgorithm PasswordHashAlgorithm { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property PasswordHashAlgorithm PasswordHashAlgorithm {
    PasswordHashAlgorithm get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PasswordHashAlgorithm : PasswordHashAlgorithm
function get PasswordHashAlgorithm () : PasswordHashAlgorithm

属性值

类型:Microsoft.SqlServer.Management.Smo.PasswordHashAlgorithm
The hash algorithm used for the password.

请参阅

参考

Login 类

Microsoft.SqlServer.Management.Smo 命名空间