다음을 통해 공유


PrincipalType 열거형

Contains values that specify the type of security principal (user or group).

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataContractAttribute(Name := "PrincipalType", Namespace := "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")> _
Public Enumeration PrincipalType
‘사용 방법
Dim instance As PrincipalType
[DataContractAttribute(Name = "PrincipalType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum PrincipalType
[DataContractAttribute(Name = L"PrincipalType", Namespace = L"http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")]
public enum class PrincipalType
[<DataContractAttribute(Name = "PrincipalType", Namespace = "http://schemas.datacontract.org/2004/07/Microsoft.MasterDataServices.Services.DataContracts")>]
type PrincipalType
public enum PrincipalType

멤버

멤버 이름 설명
None Principal type not specified.
UserAccount A user account that is assigned to MDS.
Group A group account that is assigned to MDS.