IDTSVirtualInputColumn100.Scale 屬性

定義

取得虛擬輸入資料行中包含的小數位數數目。

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

屬性值

Int32

虛擬輸入資料行中的小數位數數目。

屬性

備註

如果資料 DataType 行的不是 DT_NUMERICDT_DECIMAL ,則這個值必須是零。

適用於