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

プロパティ値

出力列に格納される桁数を表す整数。

属性

注釈

DataTypeDT_NUMERIC または DT_DECIMALでない場合、この性質はゼロとなります。

統合サービスのデータ型およびそのプロパティの詳細については、「 統合サービスデータ型」をご覧ください。

適用対象