DataParameter.Scale Property
Retrieves or sets a byte value specifying the scale of the parameter.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overridable Property Scale As Byte
public virtual byte Scale { get; set; }
public:
virtual property unsigned char Scale {
unsigned char get ();
void set (unsigned char value);
}
abstract Scale : byte with get, set
override Scale : byte with get, set
function get Scale () : byte
function set Scale (value : byte)
Property Value
Type: System.Byte
Returns the scale of the parameter as a byte value.
Remarks
Setting this property to 0xFF causes the default precision to be used.
.NET Framework Security
- 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.