Metodo DataProvider.GetDecimal

Returns data for the specified column with the given type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
'Utilizzo
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

Parametri

Valore restituito

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

Implementa

IDataRecord.GetDecimal(Int32)

Vedere anche

Riferimento

DataProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc