Share via


SharedEntityState 类 (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents the shared entity state information for an entity's instances.

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

语法

声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class SharedEntityState
用法
Dim instance As SharedEntityState
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class SharedEntityState

备注

All entity instances in an enumerator belong to the same entity and therefore have much information in common, including the entity name, member, and type descriptor information. Instead of storing this information for every entity instance, the Business Data Catalog stores this information only one time for an enumerator—in a SharedEntityState object.

继承层次结构

System.Object
  Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState

线程安全性

此类型的任何公共静态( Visual Basic 中共享)成员是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

参考

SharedEntityState 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间