sys.fulltext_stopwords (Transact-SQL)
对于数据库中所有非索引字表中的每个非索引字,均包含对应的一行。
列名 |
数据类型 |
说明 |
---|---|---|
stoplist_id |
int |
stopword 所属非索引字表的 ID。此 ID 在数据库中是唯一的。 |
stopword |
nvarchar(64) |
可视为非索引字匹配项的字词。 |
language |
sysname |
sys.fulltext_languages 中对应于区域设置标识符 (LCID) 的值的别名值,或是数值 LCID 的字符串表示形式。 |
language_id |
int |
用于断字的 LCID。 |