Partilhar via


Método BusinessLogicDataReader.GetDecimal

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Function GetDecimal ( _
    i As Integer _
) As Decimal
'Uso
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

Parâmetros

Valor de retorno

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

Implementa

IDataRecord.GetDecimal(Int32)

Consulte também

Referência

BusinessLogicDataReader Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport