Share via


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 네임스페이스