: Entity.EstimatedInstanceCount (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the estimated number of entity instances of this entity.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property EstimatedInstanceCount As UInteger
'Uso
Dim instance As Entity
Dim value As UInteger
value = instance.EstimatedInstanceCount
public uint EstimatedInstanceCount { get; }
Valor de propiedad
A number that represents the estimated instance count.
Comentarios
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.
Vea también
Referencia
Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.MetadataModel (Espacio de nombres)