SearchServiceApplicationProxy.GetCrawledProperty - Méthode
GetCrawledProperty(Guid, String, Int32, Boolean, 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 GetCrawledProperty ( _
propertySet As Guid, _
name As String, _
includeNumSamples As Integer, _
includeManagedMappedProperties As Boolean, _
owner As SearchObjectOwner _
) As CrawledPropertyInfo
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim propertySet As Guid
Dim name As String
Dim includeNumSamples As Integer
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo
returnValue = instance.GetCrawledProperty(propertySet, _
name, includeNumSamples, includeManagedMappedProperties, _
owner)
public CrawledPropertyInfo GetCrawledProperty(
Guid propertySet,
string name,
int includeNumSamples,
bool includeManagedMappedProperties,
SearchObjectOwner owner
)
Paramètres
- propertySet
Type : System.Guid
- name
Type : System.String
- includeNumSamples
Type : System.Int32
- includeManagedMappedProperties
Type : System.Boolean
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
Implémentations
ISchemaOperations.GetCrawledProperty(Guid, String, Int32, Boolean, SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms