共用方式為


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.