del método ISchemaOperations.GetAllCrawledProperties
Volver a "todos" propiedades rastreadas. Se puede limitar por categoría y una cadena de filtro coincidente con el nombre de propiedad rastreada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<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
Tipo: System.StringFiltrar las propiedades rastreadas devueltas por su nombre. Se omite el caso. Utilice [null] para sin restricciones.
categoryName
Tipo: System.StringEl valor devuelto de filtro rastreados por una determinada categoría. Utilice [null] para sin restricciones.
numManagedPropertyMapping
Tipo: System.Int32Número de asignaciones de propiedad administrada incluir para cada propiedad rastreada. 0 = all, -1 ninguno.
owner
Tipo: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresenta la jerarquía de Sharepoint en la que se encuentran las propiedades rastreadas.
Valor devuelto
Tipo: System.Collections.Generic.List<CrawledPropertyInfo>
Una lista de propiedades rastreadas coincidentes.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration