次の方法で共有


DataSetFieldSchema.Precision プロパティ

定義

データ フィールド内の数値を表すために使用される最大桁数を取得します。

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

プロパティ値

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

実装

注釈

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

適用対象

こちらもご覧ください