Compartir a través de


: IAccessControlList.AccessCheck (Método) (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Function AccessCheck ( _
    rightsMask As BdcRights _
) As Boolean
'Uso
Dim instance As IAccessControlList
Dim rightsMask As BdcRights
Dim returnValue As Boolean

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

Parámetros

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

Valor devuelto

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

Vea también

Referencia

IAccessControlList (Interfaz)
IAccessControlList (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Infrastructure (Espacio de nombres)