Expand Minimize
This topic has not yet been rated - Rate this topic

PermissionType Enumeration

Contains values that specify the effective permission assigned to a principal for accessing an MDS object.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "PermissionType", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum PermissionType
Member nameDescription
UnknownPermission is unknown.
NotSpecifiedPermission is not specified.
DenyAccessAccess is denied.
UpdatePermission to read and update.
ReadOnlyPermission to read.
DeletePermission to delete contents.
ExecuteNot used.
ControlNot used.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.