言語

IDTSVirtualInputColumn100.Scale プロパティ

定義

仮想入力列に含まれる小数点数の数を得ます。

public:
 property int Scale { int get(); };
[System.Runtime.InteropServices.DispId(104)]
public int Scale { [System.Runtime.InteropServices.DispId(104)] get; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
member this.Scale : int
Public ReadOnly Property Scale As Integer

プロパティ値

仮想入力列の小数点数。

属性

注釈

列の DataTypeDT_NUMERIC または DT_DECIMALでない場合、この値はゼロでなければなりません。

適用対象