PrincipalType 열거형
Contains values specifying the type of security principal (user or group).
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
Public Enumeration PrincipalType
‘사용 방법
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
멤버
멤버 이름 | 설명 | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account assigned to MDS. | |
Group | An group account assigned to MDS. |