AdoDotNetParameter.GetScaleImpl Method

Retrieves a byte value specifying the scale of the parameter.

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

Syntax

'宣言
Protected Overrides Function GetScaleImpl As Byte
'使用
Dim returnValue As Byte

returnValue = Me.GetScaleImpl()
protected override byte GetScaleImpl()
protected:
virtual unsigned char GetScaleImpl() override
protected override 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.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetScaleImpl