Share via


IVsDataColumn.Precision Property

Gets the maximum number of digits stored in the column.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Precision As Integer
'Usage
Dim instance As IVsDataColumn 
Dim value As Integer 

value = instance.Precision
int Precision { get; }
property int Precision {
    int get ();
}
function get Precision () : int

Property Value

Type: System.Int32
An integer value representing the maximum number of digits stored in the column.

Remarks

This property applies to a column that holds a numerical value.

.NET Framework Security

See Also

Reference

IVsDataColumn Interface

IVsDataColumn Members

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace