User-Defined Object Type Properties
These read-only properties appear in the Properties window when you select a user-defined object type in Server Explorer.
Note
The properties in this topic are ordered by category rather than alphabet.
Note
The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
Identity Category
Expands to show the Name property.Name
Shows the name of the selected user-defined object type.Misc Category
Expands to show properties such as Length, Precision, and Scale.Assembly Class
Shows the name of the assembly class that defines this user-defined object type.Assembly Name
Shows the name of the assembly with which the object is associated.Length
Shows the number of characters allowed by the selected column's data type.Nullable
Shows whether the object type allows null values.Precision
Shows the maximum number of digits allowed for numeric data types. This property shows 0 for nonnumeric data types.Scale
Shows the maximum number of digits that can appear to the right of the decimal point for numeric data types. This value must be less than or equal to the precision. This property shows 0 for nonnumeric data types.