Condividi tramite


Proprietà DataParameter.Scale

Recupera o imposta un valore byte che specifica la dimensione del parametro.

Spazio dei nomi:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Byte
Restituisce la scala del parametro come valore byte.

Note

Impostare questa proprietà su 0xFF modo la precisione predefinita per essere utilizzato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataParameter Classe

Spazio dei nomi Microsoft.VisualStudio.Data

SetScaleImpl