GroupType 枚举

Specifies the type (source) of a security group.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataContractAttribute(Name := "GroupType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration GroupType
用法
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

成员

成员名称 说明
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.

请参阅

参考

Microsoft.MasterDataServices.Services.DataContracts 命名空间