Microsoft.SqlServer.Server.SqlFacetAttribute.Scale Property

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

Syntax

public int Scale { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Requirements

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