Compartir a través de


IndexAnalyzerAttribute Clase

Definición

Indica que el Field elemento generado por FieldBuilder para la propiedad de destino debe tener su IndexAnalyzer propiedad establecida en el analizador especificado.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IndexAnalyzerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IndexAnalyzerAttribute = class
    inherit Attribute
Public Class IndexAnalyzerAttribute
Inherits Attribute
Herencia
IndexAnalyzerAttribute
Atributos

Constructores

IndexAnalyzerAttribute(String)

Indica que se debe usar el analizador especificado.

Propiedades

Name

Nombre del analizador.

Se aplica a