Partager via


Méthode BusinessLogicDataReader.GetDecimal

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the value of the specified column as a Decimal object.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
'Utilisation
Dim instance As BusinessLogicDataReader 
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

Paramètres

Valeur de retour

Type : System.Decimal
The value of the specified column.

Implémente

IDataRecord.GetDecimal(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport