次の方法で共有


IDTSVirtualInputColumn100.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 である必要があります。

適用対象