다음을 통해 공유


PrincipalType 열거형

Specifies the various master data management (MDM) type of security principal.

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

구문

‘선언
<DataContractAttribute(Name := "PrincipalType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration PrincipalType
‘사용 방법
Dim instance As PrincipalType
[DataContractAttribute(Name = "PrincipalType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PrincipalType
[DataContractAttribute(Name = L"PrincipalType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class PrincipalType
[<DataContractAttribute(Name = "PrincipalType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PrincipalType
public enum PrincipalType

멤버

멤버 이름 설명
Group The type is a group account that is assigned to Master Data Services.
None The type is not specified.
UserAccount The type is a user account that is assigned to Master Data Services.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스