Entity.EstimatedInstanceCount 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property EstimatedInstanceCount As UInteger
用法
Dim instance As Entity
Dim value As UInteger

value = instance.EstimatedInstanceCount

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

属性值

A number that represents the estimated instance count.

备注

Business Data Catalog clients can alter how they display lists of instances based on EstimatedInstanceCount.

另请参阅

参考

Entity 类
Entity 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间