SearchServiceApplicationProxy.GetManagedProperties - Méthode (String, Int32, SearchObjectOwner, Boolean)
GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetManagedProperties ( _
filterString As String, _
includeMappedCrawledPropertiesNum As Integer, _
owner As SearchObjectOwner, _
useFilterOnAliases As Boolean _
) As ManagedPropertyInfoCollection
'Utilisation
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
)
Paramètres
- filterString
Type : System.String
- includeMappedCrawledPropertiesNum
Type : System.Int32
- useFilterOnAliases
Type : System.Boolean
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
Implémentations
ISchemaOperations.GetManagedProperties(String, Int32, SearchObjectOwner, Boolean)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
GetManagedProperties - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms