IEntityInstanceEnumerator.SharedEntityState 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets the SharedEntityState object for the entity instances in the enumerator.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
ReadOnly Property SharedEntityState As SharedEntityState
用法
Dim instance As IEntityInstanceEnumerator
Dim value As SharedEntityState
value = instance.SharedEntityState
SharedEntityState SharedEntityState { get; }
属性值
The SharedEntityState object that represents 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 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.
另请参阅
参考
IEntityInstanceEnumerator 接口
IEntityInstanceEnumerator 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间