Proprietà ISql100FullTextIndex.StopList

Ottiene o imposta l'elenco di parole non significative personalizzato da utilizzare.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100FullTextIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel