DbEntityInstanceEnumerator.SharedEntityState 属性 (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)
When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator.
命名空间: Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public ReadOnly Property SharedEntityState As SharedEntityState
用法
Dim instance As DbEntityInstanceEnumerator
Dim value As SharedEntityState
value = instance.SharedEntityState
public SharedEntityState SharedEntityState { get; }
属性值
The SharedEntityState object representing the shared entity state information for the entity instances in the enumerator.
备注
All entity instances in an enumerator belong to the same entity and therefore have a lot of information in common including the entity name. 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.
另请参阅
参考
DbEntityInstanceEnumerator 类
DbEntityInstanceEnumerator 成员
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db 命名空间