FlatFileColumn.DataScale 属性

Gets and sets the scale.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property DataScale As Integer 
    Get 
    Set
用法
Dim instance As FlatFileColumn 
Dim value As Integer 

value = instance.DataScale

instance.DataScale = value
public int DataScale { get; set; }
public:
property int DataScale {
    int get ();
    void set (int value);
}
member DataScale : int with get, set
function get DataScale () : int 
function set DataScale (value : int)

属性值

类型:System.Int32
An Integer that denotes the scale.

注释

Scale is the number of digits to the right of the decimal point in a number. For example, the number 123.45 has a precision of 5 and a scale of 2.

请参阅

参考

FlatFileColumn 类

Microsoft.SqlServer.Dts.Runtime 命名空间