SqlFacetAttribute.Precision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The precision of the return type of the user-defined type.
public:
property int Precision { int get(); void set(int value); };
public int Precision { get; set; }
member this.Precision : int with get, set
Public Property Precision As Integer
Property Value
An Int32 representing the precision of the return type.
Remarks
The Precision property is valid only for numeric types. The Scale property must also be specified when setting the Precision property.
The maximum value of the Precision property is 38; the default value is 38.