Share via


IVsDataParameter.Precision Property

Gets the maximum number of digits stored in this parameter.

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

Syntax

'Declaration
ReadOnly Property Precision As Integer
    Get
int Precision { get; }
property int Precision {
    int get ();
}
abstract Precision : int
function get Precision () : int

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace