SearchServiceApplicationProxy.GetClickFrequenciesForUrl 方法
获取指定的 URL 已在周和月指定日期之前单击的次数。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetClickFrequenciesForUrl ( _
url As String, _
referenceDate As DateTime _
) As Integer()
用法
Dim instance As SearchServiceApplicationProxy
Dim url As String
Dim referenceDate As DateTime
Dim returnValue As Integer()
returnValue = instance.GetClickFrequenciesForUrl(url, _
referenceDate)
public int[] GetClickFrequenciesForUrl(
string url,
DateTime referenceDate
)
参数
url
类型:System.StringURL 的单击频率进行计算。
referenceDate
类型:System.DateTime日期和时间之前单击频率进行计算。
返回值
类型:[]
单击月份和指定日期的前一周的频率。
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
阵列具有两个元素。第一个值是在指定日期之前月份的鼠标点击数和第二个值是指定的日期的前一周的鼠标点击数。
referenceDate参数的值必须不 null 。
另请参阅
引用
SearchServiceApplicationProxy 类