Partilhar via


Propriedade do RDL FlatFileColumn.DataScale

Gets and sets the scale.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Property DataScale As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
An Integer that denotes the scale.

Comentários

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.

Consulte também

Referência

FlatFileColumn Classe

Namespace Microsoft.SqlServer.Dts.Runtime