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.
Sets 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 Sub SetScaleImpl ( _
value As Byte _
)
protected override void SetScaleImpl(
byte value
)
protected:
virtual void SetScaleImpl(
unsigned char value
) override
abstract SetScaleImpl :
value:byte -> unit
override SetScaleImpl :
value:byte -> unit
protected override function SetScaleImpl(
value : byte
)
Parameters
- value
Type: System.Byte
A byte value specifying scale.
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.