Метод SearchServiceApplicationProxy.TunableStaticFeaturesInModel
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function TunableStaticFeaturesInModel ( _
searchObjectOwner As SearchObjectOwner, _
modelId As Guid, _
restrictToLinear As Boolean _
) As List(Of StaticFeature)
'Применение
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim modelId As Guid
Dim restrictToLinear As Boolean
Dim returnValue As List(Of StaticFeature)
returnValue = instance.TunableStaticFeaturesInModel(searchObjectOwner, _
modelId, restrictToLinear)
public List<StaticFeature> TunableStaticFeaturesInModel(
SearchObjectOwner searchObjectOwner,
Guid modelId,
bool restrictToLinear
)
Параметры
- searchObjectOwner
Тип: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- modelId
Тип: System.Guid
- restrictToLinear
Тип: System.Boolean
Возвращаемое значение
Тип: System.Collections.Generic.List<StaticFeature>
См. также
Справочные материалы
SearchServiceApplicationProxy класс
Элементы SearchServiceApplicationProxy
Пространство имен Microsoft.Office.Server.Search.Administration