SearchServiceApplication.UpdateCrawledProperty method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function UpdateCrawledProperty ( _
crawledProperty As CrawledPropertyInfo, _
owner As SearchObjectOwner _
) As CrawledPropertyInfo
'Uso
Dim instance As SearchServiceApplication
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo
returnValue = instance.UpdateCrawledProperty(crawledProperty, _
owner)
public CrawledPropertyInfo UpdateCrawledProperty(
CrawledPropertyInfo crawledProperty,
SearchObjectOwner owner
)
Parâmetros
- crawledProperty
Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
Implements
ISchemaOperations.UpdateCrawledProperty(CrawledPropertyInfo, SearchObjectOwner)
Ver também
Referência
SearchServiceApplication class