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

プロパティ値

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

属性

注釈

もしDataType列がDT_NUMERICまたはDT_DECIMALでない場合、この性質はゼロとなります。

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

適用対象