ISchemaOperations.GetAllCrawledProperties method
Retorne a "todos" propriedades rastreadas. Pode ser limitado por categoria e uma seqüência de caracteres de filtro correspondente ao nome da propriedade rastreada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetAllCrawledProperties ( _
filterValue As String, _
categoryName As String, _
numManagedPropertyMapping As Integer, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Uso
Dim instance As ISchemaOperations
Dim filterValue As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.GetAllCrawledProperties(filterValue, _
categoryName, numManagedPropertyMapping, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetAllCrawledProperties(
string filterValue,
string categoryName,
int numManagedPropertyMapping,
SearchObjectOwner owner
)
Parâmetros
filterValue
Type: System.StringFiltre as propriedades rastreadas retornadas por nome. Caso será ignorado. Use [null] para sem restrições.
categoryName
Type: System.StringFiltre retornado rastreado por uma determinada categoria. Use [null] para sem restrições.
numManagedPropertyMapping
Type: System.Int32Número de mapeamentos de propriedade gerenciada para incluir para cada propriedade rastreada. 0 = all -1 Nenhum.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresenta a hierarquia do Sharepoint no qual estão as propriedades rastreadas.
Valor retornado
Type: System.Collections.Generic.List<CrawledPropertyInfo>
Uma lista de propriedades rastreadas correspondentes.