Microsoft.SqlServer.Server.SqlFacetAttribute.Precision Property

The precision of the return type of the user-defined type.

Syntax

public int Precision { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SqlFacetAttribute.Precision property is valid only for numeric types. The SqlFacetAttribute.Scale property must also be specified when setting the SqlFacetAttribute.Precision property.

The maximum value of the SqlFacetAttribute.Precision property is 38; the default value is 38.

Requirements

Namespace: Microsoft.SqlServer.Server
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0