sys.fulltext_stoplists (Transact-SQL)
Contains a row per full-text stoplist in the database.
|
Column name |
Data type |
Description |
|---|---|---|
|
stoplist_id |
int |
ID of the stoplist, unique within the database. |
|
name |
sysname |
Name of the stoplist. |
|
create_date |
datetime |
Date that stoplist was created. |
|
modify_date |
datetime |
Date that stoplist was last modified using any ALTER statement. |
|
Principal _id |
int |
ID of the database principal that owns the stoplist. |
