The precision of the SQL Variant.

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

Syntax

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

See Also