다음을 통해 공유


PermissionType 열거형

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

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

구문

‘선언
<DataContractAttribute(Name := "PermissionType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration PermissionType
‘사용 방법
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

멤버

멤버 이름 설명
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.

참고 항목

참조

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