Partager via


Énumération GroupType

Specifies the type (source) of a security group.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "GroupType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration GroupType
'Utilisation
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

Membres

Nom de membre Description
ActiveDirectoryGroup The group is defined in active directory.
InternalGroup The group is internal.
LocalGroup The group is defined on the local machine.
None The group has no specific type.
OtherGroup The group type is not known.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts