IDTSVirtualInputColumn100.Precision 屬性

定義

取得虛擬輸入資料行中包含的位數總數。

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

屬性值

Int32

儲存於虛擬輸入資料行中的位數總數。

屬性

備註

如果資料行 DataType 不是 DT_NUMERICDT_DECIMAL ,則這個屬性為零。

適用於