Share via


SqlLoginOptionType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SqlLoginOptionType
[<System.Flags>]
type SqlLoginOptionType = 
Public Enum SqlLoginOptionType
Inheritance
SqlLoginOptionType
Attributes

Fields

CheckExpiration 64
CheckPolicy 128
Credential 32
DefaultDatabase 8
DefaultLanguage 16
Hashed 1
Invalid 32768
InvalidValue 32770
MustChange 2
Name 256
NoCredential 1024
None 0
Password 512
Sid 4
Unrecognized 32769

Applies to