Share via


DataParameter.GetScaleImpl Method

Retrieves a byte value specifying the scale of the parameter.

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

Syntax

'Declaration
Protected Overridable Function GetScaleImpl As Byte
'Usage
Dim returnValue As Byte 

returnValue = Me.GetScaleImpl()
protected virtual byte GetScaleImpl()
protected:
virtual unsigned char GetScaleImpl()
protected function GetScaleImpl() : byte

Return Value

Type: System.Byte
Returns the scale of the parameter as a byte value.

Remarks

This method is called by the implementation of the Scale property.

The base implementation of this method returns zero.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace