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 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
Name | Value | Description |
---|---|---|
None | 0 | None |
UserAccount | 1 | |
Group | 2 |
Remarks
The PrincipalType simple type specifies the type of security principal (user or group).