GroupType Enumeration

Definition

Gibt den Typ (die Quelle) einer Sicherheitsgruppe an.

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

Felder

ActiveDirectoryGroup 2

Die Gruppe ist in Active Directory definiert.

InternalGroup 1

Die Gruppe ist intern.

LocalGroup 3

Die Gruppe ist auf dem lokalen Computer definiert.

None 0

Die Gruppe ist von keinem bestimmten Typ.

OtherGroup 99

Der Gruppentyp ist unbekannt.

Hinweise

Der GroupType einfache Typ gibt den Typ (Quelle) einer Sicherheitsgruppe an.

Gilt für: