: Entity.DisplaySearchResultRightsMaskPropertyName (Campo) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Represents the rights mask that is used to convert a rights vector into a Yes or a No value.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Const DisplaySearchResultRightsMaskPropertyName As String
'Uso
Dim value As String
value = Entity.DisplaySearchResultRightsMaskPropertyName
public const string DisplaySearchResultRightsMaskPropertyName
Comentarios
The Business Data Catalog Security Trimmer maps the ISecurityTrimmer::CheckAccess method to the Entity::CheckAccess method by parsing the URLs supplied by the Query processor to the latter after determining which LobSystem object and which entities each URL comes from.
However, because ISecurityTrimmer::CheckAccess must return an array of "Yes" or "No" values and because the Entity::CheckAccess method returns an array of rights vectors, the Business Data Catalog Security Trimmer provides a way to convert a rights vector into a Yes or a No by reading this special property on the Entity.
Vea también
Referencia
Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)