Entity.EstimatedInstanceCount, propriété (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the estimated number of entity instances of this entity.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EstimatedInstanceCount As UInteger
'Utilisation
Dim instance As Entity
Dim value As UInteger
value = instance.EstimatedInstanceCount
public uint EstimatedInstanceCount { get; }
Valeur de la propriété
A number that represents the estimated instance count.
Remarques
Business Data Catalog clients can alter how they display lists of instances based on EstimatedInstanceCount. . For example, if the estimate is large, Business Data List Web Parts will not automatically populate themselves; if this is small, they will.
Voir aussi
Référence
Entity, classe
Membres Entity
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms