Partager via


Énumération PermissionType

Specifies the permission type of a master data management (MDM) object.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "PermissionType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration PermissionType
'Utilisation
Dim instance As PermissionType
[DataContractAttribute(Name = "PermissionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PermissionType
[DataContractAttribute(Name = L"PermissionType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class PermissionType
[<DataContractAttribute(Name = "PermissionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type PermissionType
public enum PermissionType

Membres

Nom de membre Description
Control The user is granted permission to control the object.
Delete The user is granted permission to delete the object.
DenyAccess The user is denied access to the object.
Execute The user is granted permission to execute the object.
NotSpecified The permission type is not specified for the object.
ReadOnly The user is granted permission to view the object.
Unknown The permission type is unknown or has not been determined yet.
Update The user is granted permission to update the object.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts