Entity.EstimatedInstanceCount Property
Gets the estimated number of entity instances of this entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property EstimatedInstanceCount As UInteger
Get
'Usage
Dim instance As Entity
Dim value As UInteger
value = instance.EstimatedInstanceCount
public uint EstimatedInstanceCount { get; }
Property Value
Type: System.UInt32
A number that represents the estimated instance count.
Remarks
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.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace