SearchServiceApplication.ExportQueryConfigurationChunk - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function ExportQueryConfigurationChunk ( _
owningScope As SearchObjectOwner, _
<OutAttribute> ByRef outPackage As SearchQueryConfigurationSettings, _
chunkNo As Integer, _
chunkSize As Integer _
) As Boolean
'Utilisation
Dim instance As SearchServiceApplication
Dim owningScope As SearchObjectOwner
Dim outPackage As SearchQueryConfigurationSettings
Dim chunkNo As Integer
Dim chunkSize As Integer
Dim returnValue As Boolean
returnValue = instance.ExportQueryConfigurationChunk(owningScope, _
outPackage, chunkNo, chunkSize)
public bool ExportQueryConfigurationChunk(
SearchObjectOwner owningScope,
out SearchQueryConfigurationSettings outPackage,
int chunkNo,
int chunkSize
)
Paramètres
- owningScope
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- outPackage
Type : SearchQueryConfigurationSettings
- chunkNo
Type : System.Int32
- chunkSize
Type : System.Int32
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms