PrincipalOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of login options
public enum PrincipalOptionKind
type PrincipalOptionKind =
Public Enum PrincipalOptionKind
- Inheritance
-
PrincipalOptionKind
Fields
Name | Value | Description |
---|---|---|
CheckExpiration | 0 | |
CheckPolicy | 1 | |
Sid | 2 | |
DefaultDatabase | 3 | |
DefaultLanguage | 4 | |
Credential | 5 | |
Name | 6 | |
NoCredential | 7 | |
DefaultSchema | 8 | |
Login | 9 | |
Password | 10 | |
Type | 11 |