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 precision of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Function GetPrecisionImpl As Byte
protected virtual byte GetPrecisionImpl()
protected:
virtual unsigned char GetPrecisionImpl()
abstract GetPrecisionImpl : unit -> byte
override GetPrecisionImpl : unit -> byte
protected function GetPrecisionImpl() : byte
Return Value
Type: System.Byte
Returns the precision of the parameter as a byte value.
Remarks
This method is called by the implementation of the Precision 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.