Sdílet prostřednictvím


PrincipalType Enum

Definition

Specifies the type of the server or database principal

public enum PrincipalType
type PrincipalType = 
Public Enum PrincipalType
Inheritance
PrincipalType

Fields

Name Value Description
None -1

None.

Login 0

Login.

ServerRole 1

Server role.

User 2

User.

DatabaseRole 3

Database role.

ApplicationRole 4

Application role.

Applies to