Enumeración PrincipalType
Contains values that specify the type of security principal (user or group).
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 | |
---|---|---|
None | Principal type not specified. | |
UserAccount | A user account that is assigned to MDS. | |
Group | A group account that is assigned to MDS. |