Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
Azure SQL Database
Azure SQL Managed Instance
Contains a row per stopword for all stoplists in the database.
| Column name | Data type | Description |
|---|---|---|
| stoplist_id | int | ID of the stoplist to which stopword belongs. This ID is unique within the database. |
| stopword | nvarchar(64) | The term to be considered for a stop-word match. |
| language | sysname | Is either the value of the alias in sys.fulltext_languages corresponding to the value of the locale identifier (LCID), or is the string representation of the numeric LCID. |
| language_id | int | LCID used for word breaking. |
Permissions
The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission.
See Also
Catalog Views (Transact-SQL)
Object Catalog Views (Transact-SQL)
Configure and Manage Stopwords and Stoplists for Full-Text Search
sys.fulltext_stoplists (Transact-SQL)
sys.fulltext_system_stopwords (Transact-SQL)