Share via


IVsDataParameter.Scale Property

Gets the maximum number of digits to the right of the decimal point.

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

Syntax

‘선언
ReadOnly Property Scale As Integer
    Get
int Scale { get; }
property int Scale {
    int get ();
}
abstract Scale : int
function get Scale () : int

Property Value

Type: System.Int32
An integer value representing the maximum number of digits to the right of the decimal point.

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