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
    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

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace