Sets a byte value specifying the precision of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Protected Overridable Sub SetPrecisionImpl ( _
value As Byte _
)
'使用
Dim value As Byte
Me.SetPrecisionImpl(value)
protected virtual void SetPrecisionImpl(
byte value
)
protected:
virtual void SetPrecisionImpl(
unsigned char value
)
protected function SetPrecisionImpl(
value : byte
)
Parameters
value
Type: System.ByteA byte value specifying precision.
Remarks
The base implementation of this method does nothing.
Permissions
- 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.