LoginCreateOptions 열거형

The LoginCreateOptions enumeration contains values that are used to specify the password options when you create a logon.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration LoginCreateOptions
‘사용 방법
Dim instance As LoginCreateOptions
[FlagsAttribute]
public enum LoginCreateOptions
[FlagsAttribute]
public enum class LoginCreateOptions
[<FlagsAttribute>]
type LoginCreateOptions
public enum LoginCreateOptions

멤버

멤버 이름 설명
IsHashed Value = 1.The password has already been hashed, which allows passwords to be reapplied to a logon.
MustChange Value = 2. The user must change their password when they next attempt a logon.
None Value = 0. There are no login creation options.

주의

The LoginCreateOptions enumeration class is served by the Create method.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스