次の方法で共有


DataSetFieldSchema.Scale プロパティ

定義

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

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

プロパティ値

このプロパティは常に -1 を返します。

実装

注釈

Scale プロパティは、IDataSourceFieldSchema インターフェイスで必要ですが、DataSetFieldSchema クラスでは使用されません。

適用対象

こちらもご覧ください