Compartir a través de


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.String

    Filtrar las propiedades rastreadas devueltas por su nombre. Se omite el caso. Utilice [null] para sin restricciones.

  • categoryName
    Tipo: System.String

    El valor devuelto de filtro rastreados por una determinada categoría. Utilice [null] para sin restricciones.

  • numManagedPropertyMapping
    Tipo: System.Int32

    Número de asignaciones de propiedad administrada incluir para cada propiedad rastreada. 0 = all, -1 ninguno.

Valor devuelto

Tipo: System.Collections.Generic.List<CrawledPropertyInfo>
Una lista de propiedades rastreadas coincidentes.

Vea también

Referencia

interfaz ISchemaOperations

Miembros ISchemaOperations

Espacio de nombres Microsoft.Office.Server.Search.Administration