Compartir a través de


(String, Int32, SearchObjectOwner, Boolean) del método SearchServiceApplicationProxy.GetManagedProperties

GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)

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

Sintaxis

'Declaración
Public Function GetManagedProperties ( _
    filterString As String, _
    includeMappedCrawledPropertiesNum As Integer, _
    owner As SearchObjectOwner, _
    useFilterOnAliases As Boolean _
) As ManagedPropertyInfoCollection
'Uso
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim useFilterOnAliases As Boolean
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.GetManagedProperties(filterString, _
    includeMappedCrawledPropertiesNum, _
    owner, useFilterOnAliases)
public ManagedPropertyInfoCollection GetManagedProperties(
    string filterString,
    int includeMappedCrawledPropertiesNum,
    SearchObjectOwner owner,
    bool useFilterOnAliases
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

Implementaciones

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Sobrecarga GetManagedProperties

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