次の方法で共有


IDTSOutputColumn100.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 です。

Integration Services データ型とそのプロパティの詳細については、「 Integration Services データ型」を参照してください。

適用対象