IAnalyticsServiceApplication.GetRawAnalyticsTenantSettingsBatch - Méthode

À usage interne uniquement. Obtient le brutes de l'analyse des données de paramètres client en bloc.

Espace de noms :  Microsoft.Office.Server.Search.Analytics
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<OperationContractAttribute> _
Function GetRawAnalyticsTenantSettingsBatch ( _
    batchSize As Integer, _
    lastTenantId As Guid _
) As AnalyticsTenantSettingsDataBatch
'Utilisation
Dim instance As IAnalyticsServiceApplication
Dim batchSize As Integer
Dim lastTenantId As Guid
Dim returnValue As AnalyticsTenantSettingsDataBatch

returnValue = instance.GetRawAnalyticsTenantSettingsBatch(batchSize, _
    lastTenantId)
[OperationContractAttribute]
AnalyticsTenantSettingsDataBatch GetRawAnalyticsTenantSettingsBatch(
    int batchSize,
    Guid lastTenantId
)

Paramètres

  • batchSize
    Type : System.Int32

    Le nombre de clients dans un lot.

  • lastTenantId
    Type : System.Guid

    Le dernier ID de client est renvoyé.

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Analytics.AnalyticsTenantSettingsDataBatch
Une liste de l'analyse brute les données des paramètres du client.

Voir aussi

Référence

IAnalyticsServiceApplication interface

IAnalyticsServiceApplication - Membres

Microsoft.Office.Server.Search.Analytics - Espace de noms