Enumeración PrincipalType
Specifies the various master data management (MDM) type of security principal.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "PrincipalType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration PrincipalType
'Uso
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
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts