Datatype: [AdventureWorks2016CTP3].[dbo].[NameStyle]
Properties
| Name | Value |
| Name | [NameStyle] |
| Schema | [dbo] | Owner | [dbo] |
| Storage type | bit |
| Maximum length (chars or Bytes) | 1 |
| Precision | 1 |
| Scale | 0 |
| Allow nulls | |
| Rule | |
| Default | |
| ID | 259 |
| Is assembly type | |
| Is table type | |
| Is memory optimized |
Columns defined on
| Name | Parent | Description |
| NameStyle | [Person].[Person] | |
| NameStyle | [Person].[Person_json] | |
| NameStyle | [Person].[Person_Temporal] | |
| NameStyle | [Person].[Person_Temporal_History] |
Objects that depend on [dbo].[NameStyle]
| Object name | Object type | Dep level |
| [Person].[Person] | Table | 1 |
| [Person].[Person_json] | Table | 1 |
| [Person].[Person_Temporal] | Table | 1 |
| [Person].[Person_Temporal_History] | Table | 1 |
SQL
CREATE TYPE [dbo].[NameStyle] FROM [bit] NOT NULL GO |
See also