This documentation is archived and is not being maintained.
SqlFacetAttribute Properties
Visual Studio 2010
The SqlFacetAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsFixedLength | Indicates whether the return type of the user-defined type is of a fixed length. |
|
IsNullable | Indicates whether the return type of the user-defined type can be nullptr. |
|
MaxSize | The maximum size, in logical units, of the underlying field type of the user-defined type. |
|
Precision | The precision of the return type of the user-defined type. |
|
Scale | The scale of the return type of the user-defined type. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Show: