: BdcAccessControlList.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
Public Function AccessCheck ( _
rights As BdcRights _
) As Boolean
'Uso
Dim instance As BdcAccessControlList
Dim rights As BdcRights
Dim returnValue As Boolean
returnValue = instance.AccessCheck(rights)
public bool AccessCheck (
BdcRights rights
)
Parámetros
- rights
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
BdcAccessControlList (Clase)
BdcAccessControlList (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Infrastructure (Espacio de nombres)