Compartir a través de


: Entity.EstimatedInstanceCount (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Sets or gets the estimated instance count for the entity in the business application.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property EstimatedInstanceCount As UInteger
'Uso
Dim instance As Entity
Dim value As UInteger

value = instance.EstimatedInstanceCount

instance.EstimatedInstanceCount = value
public uint EstimatedInstanceCount { get; set; }

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.

Vea también

Referencia

Entity (Clase)
Entity (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)