Метод 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.