GroupType 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 (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
Name | Value | Description |
---|---|---|
None | 0 | The group has no specific type. |
InternalGroup | 1 | The group is internal. |
ActiveDirectoryGroup | 2 | The group is defined in Active Directory. |
LocalGroup | 3 | The group is defined on the local machine. |
OtherGroup | 99 | The group type is not known. |
Remarks
The GroupType simple type specifies the type (source) of a security group.