Schema:
[AdventureWorks2016CTP3].[dbo].[Security]
Schema properties
| Name | Value |
| Name | [Security] |
| Owner | [dbo] |
| ID | 10 |
Objects
| Name | Type |
| [Security].[customerAccessPredicate] | Function |
Objects that depend on [Security]
| Object name | Object type | Dep level |
| [Security].[customerAccessPredicate] | Function | 1 |
SQL
CREATE SCHEMA [Security] AUTHORIZATION [dbo] GO |
See also