Compartir a través de


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

GetManagedProperties(String, Int32, SearchObjectOwner)

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 _
) As ManagedPropertyInfoCollection
'Uso
Dim instance As SearchServiceApplicationProxy
Dim filterString As String
Dim includeMappedCrawledPropertiesNum As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

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

Parámetros

Valor devuelto

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

Implementaciones

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Sobrecarga GetManagedProperties

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