PrincipalType 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.
Specifies the type of the server or database principal
public enum PrincipalType
type PrincipalType =
Public Enum PrincipalType
- Inheritance
-
PrincipalType
Fields
ApplicationRole | 4 | Application role. |
DatabaseRole | 3 | Database role. |
Login | 0 | Login. |
None | -1 | None. |
ServerRole | 1 | Server role. |
User | 2 | User. |