Compartir a través de


GetDecimal Método

Returns data for the specified column with the given type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .Decimal
Data for the specified column with the given type.

Implementa

IDataRecord. . :: . .GetDecimal(Int32)