次の方法で共有


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

プロパティ値

出力列に格納されている合計桁数を示す整数型 ( Integer ) の値を指定します。

属性

注釈

列の DataType プロパティがDT_NUMERICまたはDT_DECIMALされていない場合、このプロパティは 0 になります。

適用対象