Entity.EstimatedInstanceCount 属性 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the estimated number of entity instances of this entity.
命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public ReadOnly Property EstimatedInstanceCount As UInteger
用法
Dim instance As Entity
Dim value As UInteger
value = instance.EstimatedInstanceCount
public uint EstimatedInstanceCount { get; }
属性值
A number that represents the estimated instance count.
备注
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.
另请参阅
参考
Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间