ISql100FullTextIndex.StopList (Propiedad)
Obtiene o establece la lista de palabras irrelevantes personalizada que se va a usar.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property StopList As ISql100FullTextStopList
Get
Set
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
ISql100FullTextStopList^ get ();
void set (ISql100FullTextStopList^ value);
}
abstract StopList : ISql100FullTextStopList with get, set
function get StopList () : ISql100FullTextStopList
function set StopList (value : ISql100FullTextStopList)
Valor de propiedad
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.