Compartir a través de


del método SearchServiceApplicationProxy.TunableStaticFeaturesInModel

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function TunableStaticFeaturesInModel ( _
    searchObjectOwner As SearchObjectOwner, _
    modelId As Guid, _
    restrictToLinear As Boolean _
) As List(Of StaticFeature)
'Uso
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
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<StaticFeature>

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration