Entity.DisplaySearchResultRightsMaskPropertyName 字段 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents the rights mask that is used to convert a rights vector into a Yes or a No value.

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

语法

声明
Public Const DisplaySearchResultRightsMaskPropertyName As String
用法
Dim value As String

value = Entity.DisplaySearchResultRightsMaskPropertyName
public const string DisplaySearchResultRightsMaskPropertyName

备注

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.

另请参阅

参考

Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间