IDTSOutputColumn100.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

プロパティ値

出力列の小数点以下の桁数を表す整数。

属性

注釈

列の DataType プロパティが DT_NUMERIC または DT_DECIMAL ではない場合、この値は 0 にする必要があります。

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

適用対象