ManagedProperty.GetMappedCrawledProperties-Methode
Ruft die Auflistung von CrawledProperty -Objekten, die eine verwaltete Eigenschaft zugeordnet.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetMappedCrawledProperties ( _
resultsCount As Integer _
) As List(Of CrawledProperty)
'Usage
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)
returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
int resultsCount
)
Parameter
resultsCount
Typ: System.Int32Eine 32-Bit-Ganzzahl, die die Anzahl der zurückzugebenden CrawledProperty -Objekte angibt.
Rückgabewert
Typ: System.Collections.Generic.List<CrawledProperty>
Eine Auflistung von CrawledProperty -Objekten.
Hinweise
Ein Codebeispiel für die Methode GetMappedCrawledProperties finden Sie unter How to: Retrieve the Crawled Properties Mapped to a Managed Property.