Share via


DataParameter.SetScaleImpl Method

Sets 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 Sub SetScaleImpl ( _
    value As Byte _
)
protected virtual void SetScaleImpl(
    byte value
)
protected:
virtual void SetScaleImpl(
    unsigned char value
)
abstract SetScaleImpl : 
        value:byte -> unit  
override SetScaleImpl : 
        value:byte -> unit
protected function SetScaleImpl(
    value : byte
)

Parameters

  • value
    Type: System.Byte

    A byte value specifying scale.

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

GetScaleImpl