Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected Overrides Sub SetPrecisionImpl ( _
value As Byte _
)
protected override void SetPrecisionImpl(
byte value
)
protected:
virtual void SetPrecisionImpl(
unsigned char value
) override
abstract SetPrecisionImpl :
value:byte -> unit
override SetPrecisionImpl :
value:byte -> unit
protected override function SetPrecisionImpl(
value : byte
)
Parameters
value
Type: System.ByteA byte value specifying precision.
Remarks
The base implementation of this method does nothing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.