Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
protected virtual byte DefaultScale { get; }
protected:
virtual property unsigned char DefaultScale {
unsigned char get ();
}
abstract DefaultScale : byte
override DefaultScale : byte
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.