SPQueryUsageEntry.TotalResults-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ergebnisse der Instanz [Microsoft.SharePoint.Administration.SPQueryUsageEntry] insgesamt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property TotalResults As Nullable(Of Integer)
Get
Set
'Usage
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; }
Eigenschaftswert
Typ: System.Nullable<Int32>
Eine Nullable<T> Darstellung der Ergebnisse.