SearchServiceApplicationProxy.ImportPopularQueries 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function ImportPopularQueries ( _
webOwner As SearchObjectOwner, _
source As SourceRecord, _
queries As List(Of PopularQuery), _
ownerVolume As Integer _
) As Integer
用法
Dim instance As SearchServiceApplicationProxy
Dim webOwner As SearchObjectOwner
Dim source As SourceRecord
Dim queries As List(Of PopularQuery)
Dim ownerVolume As Integer
Dim returnValue As Integer
returnValue = instance.ImportPopularQueries(webOwner, _
source, queries, ownerVolume)
public int ImportPopularQueries(
SearchObjectOwner webOwner,
SourceRecord source,
List<PopularQuery> queries,
int ownerVolume
)
参数
- queries
类型:System.Collections.Generic.List<PopularQuery>
- ownerVolume
类型:System.Int32
返回值
类型:System.Int32
实现
另请参阅
引用
SearchServiceApplicationProxy 类