IDTSInputColumn100.Scale Eigenschaft

Definition

Ruft die Anzahl der in einer numerischen Eingabespalte enthaltenen Dezimalstellen ab.

public:
 property int Scale { int get(); };
[System.Runtime.InteropServices.DispId(104)]
public int Scale { [System.Runtime.InteropServices.DispId(104)] get; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
member this.Scale : int
Public ReadOnly Property Scale As Integer

Eigenschaftswert

Eine Ganze Zahl, die die Anzahl der Dezimalstellen in der Eingabespalte angibt.

Attribute

Hinweise

Wenn die DataType Eigenschaft der Spalte nicht DT_NUMERIC ist oder DT_DECIMAL, muss dieser Wert null sein.

Gilt für: