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.
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
'Declaration
Protected Overrides Function GetScaleImpl As Byte
protected override byte GetScaleImpl()
protected:
virtual unsigned char GetScaleImpl() override
abstract GetScaleImpl : unit -> byte
override GetScaleImpl : unit -> byte
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.
.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.