EntityInstanceEnumeratorBase.SharedEntityState, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, returns the SharedEntityState object for the entity instances in the enumerator.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SharedEntityState As SharedEntityState
'Utilisation
Dim instance As EntityInstanceEnumeratorBase
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 much common information, such as 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.
Voir aussi
Référence
EntityInstanceEnumeratorBase, classe
Membres EntityInstanceEnumeratorBase
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms