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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace