OracleParameter.Scale Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202
Obtient ou définit le nombre de décimales appliqué à la résolution de Value.
public:
property System::Byte Scale { System::Byte get(); void set(System::Byte value); };
public byte Scale { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")]
public byte Scale { get; set; }
member this.Scale : byte with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : byte with get, set
Public Property Scale As Byte
Valeur de propriété
Nombre de positions décimales selon lesquelles le Value est résolu. La valeur par défaut est 0.
Implémente
- Attributs
Remarques
La définition des Precision propriétés ou Scale n’a aucun effet.