SPQueryUsageEntry.SearchSvcAppId property
NOTE: This API is now obsolete.
**[Microsoft.SharePoint.Administration.SPQueryUsageEntry]**特有的搜尋服務應用程式識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property SearchSvcAppId As Nullable(Of Guid)
Get
Set
'用途
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; }
Property value
Type: System.Nullable<Guid>
識別項Nullable<T>表示。