IAccessControlList.AccessCheck 方法 (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

Determines whether the current client context has the specified rights in the Business Data Catalog.

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

语法

声明
Function AccessCheck ( _
    rightsMask As BdcRights _
) As Boolean
用法
Dim instance As IAccessControlList
Dim rightsMask As BdcRights
Dim returnValue As Boolean

returnValue = instance.AccessCheck(rightsMask)
bool AccessCheck (
    BdcRights rightsMask
)

参数

  • rightsMask
    A BdcRights object containing the rights you want to check for.

返回值

true if the current client context has the specified rights in the Business Data Catalog; otherwise, false.

另请参阅

参考

IAccessControlList 接口
IAccessControlList 成员
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 命名空间