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.