IEntityInstanceEnumerator.SharedEntityState, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets 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
ReadOnly Property SharedEntityState As SharedEntityState
'Utilisation
Dim instance As IEntityInstanceEnumerator
Dim value As SharedEntityState
value = instance.SharedEntityState
SharedEntityState SharedEntityState { get; }
Valeur de la propriété
The SharedEntityState object that represents 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 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.
Voir aussi
Référence
IEntityInstanceEnumerator, interface
Membres IEntityInstanceEnumerator
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms