IndividuallySecurableMetadataObject.GetAccessControlList 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)

A virtual method that is designed to return the list of access control entries (ACEs) associated with the metadata object registered in the Business Data Catalog. Each individually securable metadata object inherits from this class and provides its own implementation of this method.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Overrides Function GetAccessControlList As IAccessControlList
用法
Dim instance As IndividuallySecurableMetadataObject
Dim returnValue As IAccessControlList

returnValue = instance.GetAccessControlList
public override IAccessControlList GetAccessControlList ()

返回值

A list of ACEs associated with the metadata object.

另请参阅

参考

IndividuallySecurableMetadataObject 类
IndividuallySecurableMetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间