Share via


BdcAccessControlList.AccessCheck Method

Determines whether the current client context has the specified rights in the Business Data Connectivity (BDC) service.

Namespace:  Microsoft.Office.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Function AccessCheck ( _
    rights As BdcRights _
) As Boolean
'Usage
Dim instance As BdcAccessControlList
Dim rights As BdcRights
Dim returnValue As Boolean

returnValue = instance.AccessCheck(rights)
public bool AccessCheck(
    BdcRights rights
)

Parameters

Return Value

Type: System.Boolean
true if the current client context has the specified access rights; otherwise, false.

Implements

IAccessControlList.AccessCheck(BdcRights)

See Also

Reference

BdcAccessControlList Class

BdcAccessControlList Members

Microsoft.Office.BusinessData.Infrastructure Namespace