Freigeben über


SPQueryUsageEntry.NumBestBets-Eigenschaft

HINWEIS: Diese API ist veraltet.

Anzahl der besten Suchergebnisse für das [Microsoft.SharePoint.Administration.SPQueryUsageEntry] -Objekt.

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 NumBestBets As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Integer)

value = instance.NumBestBets

instance.NumBestBets = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<int> NumBestBets { get; set; }

Eigenschaftswert

Typ: System.Nullable<Int32>
Ein Nullable<T> ganzzahligen Wert zur Darstellung“Beste Suchergebnisse”COUNT

Siehe auch

Referenz

SPQueryUsageEntry Klasse

SPQueryUsageEntry-Member

Microsoft.SharePoint.Administration-Namespace