Compartilhar via


SearchServiceApplicationProxy.GetManagedProperties method (String, Int32, SearchObjectOwner)

GetManagedProperties(String, Int32, SearchObjectOwner)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
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 retornado

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

Implements

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

GetManagedProperties overload

Microsoft.Office.Server.Search.Administration namespace