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.
Contains values that specify the type of security principal (user or group).
public enum class PrincipalType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="PrincipalType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PrincipalType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 | Principal type not specified. |
UserAccount | 1 | A user account that is assigned to MDS. |
Group | 2 | A group account that is assigned to MDS. |