Datatype: [AdventureWorks2016CTP3].[dbo].[NameStyle]
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 |
Name | Parent | Description |
NameStyle | [Person].[Person] | |
NameStyle | [Person].[Person_json] | |
NameStyle | [Person].[Person_Temporal] | |
NameStyle | [Person].[Person_Temporal_History] |
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 |
CREATE TYPE [dbo].[NameStyle] FROM [bit] NOT NULL GO |