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

属性值

虚拟输入列中存储的总位数。

属性

注解

DataType如果列的 未DT_NUMERIC或DT_DECIMAL,则此值必须为零。

适用于