SqlByte.ToSqlDecimal Método

Definição

Converte esta estrutura SqlByte em SqlDecimal.Converts this SqlByte structure to SqlDecimal.

public:
 System::Data::SqlTypes::SqlDecimal ToSqlDecimal();
public System.Data.SqlTypes.SqlDecimal ToSqlDecimal ();
member this.ToSqlDecimal : unit -> System.Data.SqlTypes.SqlDecimal
Public Function ToSqlDecimal () As SqlDecimal

Retornos

SqlDecimal

Uma estrutura SqlDecimal cujo Value é igual ao Value desta estrutura SqlByte.A SqlDecimal structure whose Value equals the Value of this SqlByte structure.

Aplica-se a