| Property | Value |
|---|---|
| Name | Phone |
| ID | 262 |
| Schema | dbo |
| Owner | dbo |
| User Defined |
|
| Native Datatype | nvarchar(25) |
| Max Length (in bytes) | 50 |
| Nullable |
|
| Is Assembly Type |
|
| Is Table Type |
|
| Column Name | Object Name | Description | ANSI Padded | Is Rowguidcol | Is Identity | Is Computed | Is Filestream | Is Replicated | Is Non Sql Subscribed | Is Merge Published | Is DTS Replicated | Is Xml Document | Is Sparse | Is Column Set |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PhoneNumber | HumanResources.vEmployee |
|
|
|
|
|
|
|
|
|
|
|
|
|
| PhoneNumber | Person.PersonPhone | Telephone number identification number. |
|
|
|
|
|
|
|
|
|
|
|
|
| PhoneNumber | Purchasing.vVendorWithContacts |
|
|
|
|
|
|
|
|
|
|
|
|
|
| PhoneNumber | Sales.vIndividualCustomer |
|
|
|
|
|
|
|
|
|
|
|
|
|
| PhoneNumber | Sales.vSalesPerson |
|
|
|
|
|
|
|
|
|
|
|
|
|
| PhoneNumber | Sales.vStoreWithContacts |
|
|
|
|
|
|
|
|
|
|
|
|
| Script |
|---|
| CREATE TYPE [dbo].[Phone] FROM [nvarchar](25) NULL |