语言

IDTSInputColumn100.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

属性值

一个整数表示输出列中存储的总数字数。

属性

注解

如果 DataType 列的性质不是 DT_NUMERICDT_DECIMAL,则该性质为零。

适用于