Share via


AnalyticsItemData.GetMonthlyData method

Gets historical data by month for the item or rollup scope.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
Public Sub GetMonthlyData ( _
    month As DateTime, _
    <OutAttribute> ByRef hits As Integer, _
    <OutAttribute> ByRef uniqueUsers As Integer _
)
'Usage
Dim instance As AnalyticsItemData
Dim month As DateTime
Dim hits As Integer
Dim uniqueUsers As Integer

instance.GetMonthlyData(month, hits, uniqueUsers)
public void GetMonthlyData(
    DateTime month,
    out int hits,
    out int uniqueUsers
)

Parameters

  • uniqueUsers
    Type: System.Int32

    The unique users for the specified month.

Implements

IAnalyticsItemData.GetMonthlyData(DateTime, Int32, Int32)

See also

Reference

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace