IDTSOutputColumn100.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 ,則這個屬性為零。

如需 Integration Services 資料類型和其屬性的詳細資訊,請參閱 Integration Services 資料類型

適用於