GroupType Enum

Definition

Specifies the type (source) of a security group.

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
Inheritance
GroupType
Attributes

Fields

ActiveDirectoryGroup 2

The group is defined in Active Directory.

InternalGroup 1

The group is internal.

LocalGroup 3

The group is defined on the local machine.

None 0

The group has no specific type.

OtherGroup 99

The group type is not known.

Remarks

The GroupType simple type specifies the type (source) of a security group.

Applies to