SPQueryUsageEntry.TotalResults 属性
请注意:此 API 现在已过时。
**[Microsoft.SharePoint.Administration.SPQueryUsageEntry]**实例的结果总数。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property TotalResults As Nullable(Of Integer)
Get
Set
用法
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Integer)
value = instance.TotalResults
instance.TotalResults = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<int> TotalResults { get; set; }
属性值
类型:System.Nullable<Int32>
结果Nullable<T>表示。