IDTSInputColumn100.Precision 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.
public:
property int Precision { int get(); };
[System.Runtime.InteropServices.DispId(103)]
public int Precision { [System.Runtime.InteropServices.DispId(103)] get; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
member this.Precision : int
Public ReadOnly Property Precision As Integer
Valeur de propriété
Un entier qui indique le nombre total de chiffres stockés dans la colonne de sortie.
- Attributs
Remarques
Si la propriété DataType de la colonne n’est ni DT_NUMERIC ni DT_DECIMAL, cette propriété est nulle.