Partager via


DbEntityInstanceEnumerator.SharedEntityState, propriété (Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db)

When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator. 

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SharedEntityState As SharedEntityState
'Utilisation
Dim instance As DbEntityInstanceEnumerator
Dim value As SharedEntityState

value = instance.SharedEntityState
public SharedEntityState SharedEntityState { get; }

Valeur de la propriété

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

Remarques

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.

Voir aussi

Référence

DbEntityInstanceEnumerator, classe
Membres DbEntityInstanceEnumerator
Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db, espace de noms