IDTSExternalMetadataColumn100.Precision プロパティ

定義

10進データ型を持つ外部メタデータ列に格納される小数点数を取得または設定します。

public:
 property int Precision { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(103)]
public int Precision { [System.Runtime.InteropServices.DispId(103)] get; [System.Runtime.InteropServices.DispId(103)] set; }
[<System.Runtime.InteropServices.DispId(103)>]
[<get: System.Runtime.InteropServices.DispId(103)>]
[<set: System.Runtime.InteropServices.DispId(103)>]
member this.Precision : int with get, set
Public Property Precision As Integer

プロパティ値

小数点データ型を持つ外部メタデータ列が保存する小数点数。

属性

適用対象