TypeInfo.DefaultScale Property
Gets or sets a value that specifies the default scale for the data type.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property DefaultScale As Integer
'Usage
Dim instance As TypeInfo
Dim value As Integer
value = instance.DefaultScale
instance.DefaultScale = value
public int DefaultScale { get; set; }
public:
property int DefaultScale {
int get ();
void set (int value);
}
function get DefaultScale () : int
function set DefaultScale (value : int)
Property Value
Type: System.Int32
The default scale for the data type.
Remarks
The numeric scale for a data type refers to the number of digits that are allowed to the right of the decimal place.
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.