IDTSInputColumn100.Precision プロパティ

定義

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

プロパティ値

出力列に格納された桁数の合計数を示す 整数 です。

属性

注釈

もし列のDataTypeプロパティがDT_NUMERICまたはDT_DECIMALでなければ、そのプロパティはゼロとなります。

適用対象