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でない場合、この性質はゼロとなります。

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

適用対象