SPRatingUsageEntry.QueryId 属性

请注意:此 API 现在已过时。

获取或设置的查询 ID。此属性标识所有结果列表,clickthroughs 和与查询相关的分级。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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; }

属性值

类型:System.Nullable<Guid>
查询 id。

另请参阅

引用

SPRatingUsageEntry 类

SPRatingUsageEntry 成员

Microsoft.SharePoint.Administration 命名空间