DataParameter.GetPrecisionImpl Method

Retrieves 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 Function GetPrecisionImpl As Byte
'使用
Dim returnValue As Byte

returnValue = Me.GetPrecisionImpl()
protected virtual byte GetPrecisionImpl()
protected:
virtual unsigned char GetPrecisionImpl()
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.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace