共用方式為


SPRatingUsageEntry.QueryId property

NOTE: This API is now obsolete.

取得或設定查詢的識別碼。此屬性會識別所有結果清單、 clickthroughs 及評等相關查詢。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property QueryId As Nullable(Of Guid)
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Guid)

value = instance.QueryId

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

Property value

Type: System.Nullable<Guid>
查詢 id。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace