다음을 통해 공유


GroupType 열거형

Contains values that specify the type (source) of a security group.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스