SearchServiceApplicationProxy.TunableDynamicFeaturesInModel method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function TunableDynamicFeaturesInModel ( _
searchObjectOwner As SearchObjectOwner, _
modelId As Guid, _
restrictToLinear As Boolean _
) As List(Of DynamicFeature)
'Uso
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
)
Parâmetros
- searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- modelId
Type: System.Guid
- restrictToLinear
Type: System.Boolean
Valor retornado
Type: System.Collections.Generic.List<DynamicFeature>
Ver também
Referência
SearchServiceApplicationProxy class