Freigeben über


SearchServiceApplicationProxy.GetManagedProperties-Methode (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

'Declaration
Public Function GetManagedProperties ( _
    filterString As String, _
    includeMappedCrawledPropertiesNum As Integer, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
'Usage
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
)

Parameter

Rückgabewert

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

Implementiert

ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner)

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

GetManagedProperties-Überladung

Microsoft.Office.Server.Search.Administration-Namespace