PrincipalType Enum

Definition

Specifies the type of security principal (None, UserAccount, or Group).

public enum class PrincipalType
[System.Runtime.Serialization.DataContract(Name="PrincipalType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PrincipalType
[<System.Runtime.Serialization.DataContract(Name="PrincipalType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PrincipalType = 
Public Enum PrincipalType
Inheritance
PrincipalType
Attributes

Fields

Group 2

Group

None 0

None

UserAccount 1

User

Remarks

The PrincipalType simple type specifies the type of security principal (user or group).

Applies to