DataParameter.DefaultScale Property

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

'宣言
Protected Overridable ReadOnly Property DefaultScale As Byte
'使用
Dim value As Byte

value = Me.DefaultScale
protected virtual byte DefaultScale { get; }
protected:
virtual property unsigned char DefaultScale {
    unsigned char get ();
}
protected 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.

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace