The scale of the SQL Variant.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Scale As Integer
C#
public int Scale { get; }
Visual C++
public:
property int Scale {
	int get ();
}

See Also