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 default scale for the current parameter type.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultScale As Byte
protected virtual byte DefaultScale { get; }
protected:
virtual property unsigned char DefaultScale {
unsigned char get ();
}
abstract DefaultScale : byte with get
override DefaultScale : byte with get
function get DefaultScale () : byte
Property Value
Type: System.Byte
Returns the default scale for the current parameter type as a byte value.
Remarks
This is the value used for the precision if the Scale property is set to 0xFF, indicating the default.
.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.