Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values that specify the type (source) of a security group.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "GroupType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration GroupType
'Usage
Dim instance As GroupType
[DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum GroupType
[DataContractAttribute(Name = L"GroupType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class GroupType
[<DataContractAttribute(Name = "GroupType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type GroupType
public enum GroupType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| None | The group type is unspecified. | |
| InternalGroup | An internal group. | |
| ActiveDirectoryGroup | An Active Directory group. | |
| LocalGroup | A local Windows group. | |
| OtherGroup | A group other than a Windows group. |