Compartir a través de


: IEntityInstanceEnumerator.SharedEntityState (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the SharedEntityState object for the entity instances in the enumerator. 

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
ReadOnly Property SharedEntityState As SharedEntityState
'Uso
Dim instance As IEntityInstanceEnumerator
Dim value As SharedEntityState

value = instance.SharedEntityState
SharedEntityState SharedEntityState { get; }

Valor de propiedad

The SharedEntityState object that represents the shared entity state information for the entity instances in the enumerator.

Comentarios

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.

Vea también

Referencia

IEntityInstanceEnumerator (Interfaz)
IEntityInstanceEnumerator (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)