GetDecimal 方法
Returns data for the specified column with the given type. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function GetDecimal ( _
i As Integer _
) As Decimal
'用途
Dim instance As DataProvider
Dim i As Integer
Dim returnValue As Decimal
returnValue = instance.GetDecimal(i)
public decimal GetDecimal(
int i
)
public:
virtual Decimal GetDecimal(
int i
) sealed
abstract GetDecimal :
i:int -> decimal
override GetDecimal :
i:int -> decimal
public final function GetDecimal(
i : int
) : decimal
參數
- i
型別:System. . :: . .Int32
An Int32 value that specifies a column.
傳回值
型別:System. . :: . .Decimal
Data for the specified column with the given type.