次の方法で共有


Login.PasswordHashAlgorithm プロパティ

パスワードに使用されるハッシュ アルゴリズムを取得します。値の設定も可能です。

名前空間:  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
パスワードに使用されるハッシュ アルゴリズムです。

関連項目

参照

Login クラス

Microsoft.SqlServer.Management.Smo 名前空間