IDataSourceFieldSchema.Scale プロパティ

定義

フィールド内の数値が解決される小数点以下の桁数を取得します。

public:
 property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer

プロパティ値

フィールドの DataType プロパティが数値型を表す場合は、値が解決される小数点以下の桁数を返します。それ以外の場合は -1

適用対象

こちらもご覧ください