Freigeben über


SPQueryUsageEntry.SearchSvcAppId-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ein eindeutiger Suche Anwendungsbezeichner für die [Microsoft.SharePoint.Administration.SPQueryUsageEntry].

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

value = instance.SearchSvcAppId

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

Eigenschaftswert

Typ: System.Nullable<Guid>
Eine Nullable<T> Darstellung des Bezeichners.

Siehe auch

Referenz

SPQueryUsageEntry Klasse

SPQueryUsageEntry-Member

Microsoft.SharePoint.Administration-Namespace