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