IAccessControlList Members
Include Protected Members
Include Inherited Members
Defines methods to handle access control entries in the Business Data Connectivity (BDC) service.
The IAccessControlList type exposes the following members.
Methods
Name | Description | |
---|---|---|
AccessCheck | Determines whether the current client context has the specified permissions in the BDC. | |
Add | Appends an access control entry to the access control list (ACL). | |
Clear | Removes all access control entries from the access control list (ACL). | |
Clone | Creates a shallow copy of the current object. | |
GetEnumerator() | (Inherited from IEnumerable<IAccessControlEntry>.) | |
GetEnumerator() | (Inherited from IEnumerable.) |
Top