BdcRights 枚举 (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)
Represents a right that the administrator or someone with Manage Permissions right can set on a Business Data Catalog application and its Individually Securable metadata objects.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration BdcRights As ULong
用法
Dim instance As BdcRights
[SerializableAttribute]
[FlagsAttribute]
public enum BdcRights : ulong
成员
成员名称 | 说明 | |
---|---|---|
Edit | Update, delete, or create child objects; add, remove, or clear properties; add, remove, or clear localized display names. | |
Execute | Execute the MethodInstance object via various run-time API calls. | |
None | Does not allow the user to execute, edit, or set permissions on the object. However, the user can still view the application and entities in the UI. | |
SelectableInClients | Use the entities in Business Data client features such as Business Data Web Parts and Business Data Lists. | |
SetPermissions | Set or copy permissions to child objects. This is the most powerful right. Having this right means you can give yourself or anyone else any other right. This is like the admin right. | |
UseInBusinessDataInLists | This right has been deprecated in the Business Data Catalog. |
备注
Each object in the Business Data Catalog hierarchy of metadata objects (Application, Entity, Method, MethodInstance, Parameter, TypeDescriptor, and so on) has an access control list (ACL) that specifies which principals have which rights on the object. Of the 13 metadata objects, only LobSystem, Entity, Method, and MethodInstance have ACLs that can be controlled individually. These objects are referred to as Individually Securable metadata objects. Other metadata objects inherit the ACL from their immediate parents and are referred to as Access-controlled metadata objects.
另请参阅
参考
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 命名空间