SearchServiceApplicationProxy.TunableDynamicFeaturesInModel 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function TunableDynamicFeaturesInModel ( _
searchObjectOwner As SearchObjectOwner, _
modelId As Guid, _
restrictToLinear As Boolean _
) As List(Of DynamicFeature)
用法
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim modelId As Guid
Dim restrictToLinear As Boolean
Dim returnValue As List(Of DynamicFeature)
returnValue = instance.TunableDynamicFeaturesInModel(searchObjectOwner, _
modelId, restrictToLinear)
public List<DynamicFeature> TunableDynamicFeaturesInModel(
SearchObjectOwner searchObjectOwner,
Guid modelId,
bool restrictToLinear
)
参数
- searchObjectOwner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- modelId
类型:System.Guid
- restrictToLinear
类型:System.Boolean
返回值
类型:System.Collections.Generic.List<DynamicFeature>
另请参阅
引用
SearchServiceApplicationProxy 类