次の方法で共有


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 ではない場合、このプロパティは 0 です。

適用対象