sys.fulltext_stoplists (języka Transact-SQL)
sys.server_assembly_modules (języka Transact-SQL)
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
stoplist_id |
int |
Identyfikator stoplist, unikatowe w bazie danych. |
Nazwa |
sysname |
Nazwa stoplist. |
create_date |
datetime |
Data utworzenia stoplist. |
modify_date |
datetime |
Data stoplist ostatnio został zmodyfikowany za pomocą dowolnej instrukcja ALTER. |
principal_id |
int |
Identyfikator podmiotu bazy danych, który jest właścicielem stoplist. |
Uprawnienia
In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission.Aby uzyskać więcej informacji zobaczKonfiguracja widoczność metadane.
Historia zmian
Microsoft Learning |
---|
Dodaje principal_id kolumna. |
See Also