Share via


IDataSourceFieldSchema.Scale プロパティ

定義

フィールドの数値を解決する小数部の桁数を取得します。

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

プロパティ値

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

適用対象

こちらもご覧ください