PrincipalType Enumeration

Definition

Spezifiziert den Typ des Sicherheitsprinzips (None, UserAccount oder 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
Vererbung
PrincipalType
Attribute

Felder

Name Wert Beschreibung
None 0

Nichts

UserAccount 1

User

Group 2

Group

Hinweise

Der einfache Typ PrincipalType legt den Typ des Sicherheitsprinzips (Benutzer oder Gruppe) fest.

Gilt für: