AdoDotNetParameter.SetPrecisionImpl Method

Sets a byte value specifying the precision of the parameter.

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

Syntax

'宣言
Protected Overrides Sub SetPrecisionImpl ( _
    value As Byte _
)
'使用
Dim value As Byte

Me.SetPrecisionImpl(value)
protected override void SetPrecisionImpl(
    byte value
)
protected:
virtual void SetPrecisionImpl(
    unsigned char value
) override
protected override function SetPrecisionImpl(
    value : byte
)

Parameters

  • value
    Type: System.Byte

    A byte value specifying precision.

Remarks

The base implementation of this method does nothing.

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

GetPrecisionImpl