Σημείωμα
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Contains a row for each database schema.
Note
Database schemas are different from XML schemas, which are used to define the content model of XML documents.
| Column name | Data type | Description |
|---|---|---|
name |
sysname |
Name of the schema. Is unique within the database. |
schema_id |
int |
ID of the schema. Is unique within the database. |
principal_id |
int |
ID of the principal that owns this schema. |
Remarks
Database schemas act as namespaces or containers for objects, such as tables, views, procedures, and functions, that can be found in the sys.objects catalog view.
See Also
Reference
Catalog Views (Transact-SQL)
Schemas Catalog Views (Transact-SQL)
sys.objects (Transact-SQL)